aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/Config.pm
Commit message (Collapse)AuthorAgeFilesLines
* Add a sortkey to the Example extension's Config extension.Max Kanat-Alexander2010-07-141-0/+2
|
* Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org2009-11-241-0/+41
Bugzilla::Extension::Foo::Bar, where Bar.pm is in extensions/Foo/lib/. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat