diff options
Diffstat (limited to 'extensions/Releases/Config.pm')
-rw-r--r-- | extensions/Releases/Config.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extensions/Releases/Config.pm b/extensions/Releases/Config.pm new file mode 100644 index 000000000..3e058de2a --- /dev/null +++ b/extensions/Releases/Config.pm @@ -0,0 +1,13 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package Bugzilla::Extension::Releases; + +use strict; +use warnings; +use 5.10.1; + +use constant NAME => 'Releases'; + +__PACKAGE__->NAME; |