summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/WebService.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+5
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2013-01-01Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky1-0/+2
r/a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2009-11-24Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org1-0/+32
Bugzilla::Extension::Foo::Bar, where Bar.pm is in extensions/Foo/lib/. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat