RT-Extension-Conservancy/lib/RT/Extension/Conservancy.pm
2018-04-10 09:51:10 -04:00

12 lines
298 B
Perl

# 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;