RT-Extension-Conservancy/lib/RT/Extension/Conservancy.pm

13 lines
298 B
Perl
Raw Normal View History

# This extension is free software.
# You may distribute it under the terms of the GNU General Public License,
# version 3.0, or (at your option) any later version published by the
# Free Software Foundation.
use strict;
use warnings;
package RT::Extension::Conservancy;
our $VERSION = '0.1';
1;