]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 430013: Make extensions load their modules like Bugzilla::Extension::Foo::Bar...
authormkanat%bugzilla.org <>
Tue, 24 Nov 2009 11:50:26 +0000 (11:50 +0000)
committermkanat%bugzilla.org <>
Tue, 24 Nov 2009 11:50:26 +0000 (11:50 +0000)
commit823e59691fc7224ecca6d95076996fe38383bd64
treefe3dd11d569075456ab04fc12cc08a56c1ab749f
parentb04aed85ba343e3dcc74ebde6fc72d5ab129b817
Bug 430013: Make extensions load their modules like Bugzilla::Extension::Foo::Bar, where Bar.pm is in extensions/Foo/lib/.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Bugzilla/Extension.pm
Bugzilla/Hook.pm
extensions/Example/Extension.pm
extensions/Example/lib/Auth/Login.pm [new file with mode: 0644]
extensions/Example/lib/Auth/Verify.pm [new file with mode: 0644]
extensions/Example/lib/Config.pm [new file with mode: 0644]
extensions/Example/lib/Util.pm [new file with mode: 0644]
extensions/Example/lib/WebService.pm [new file with mode: 0644]