aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/Auth
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-132-0/+4
| | | | r=dkl a=sgreen
* Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky2013-01-012-0/+4
| | | | r/a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-012-2/+2
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-112-36/+10
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org2009-11-242-0/+63
Bugzilla::Extension::Foo::Bar, where Bar.pm is in extensions/Foo/lib/. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat