From: Marius Gavrilescu Date: Tue, 13 May 2014 15:12:15 +0000 (+0300) Subject: Change license to perl X-Git-Tag: 5999.000_003~11 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=64e8a4c75bb8b4ab64865296a11c15e25d1cecc2 Change license to perl --- diff --git a/Makefile.PL b/Makefile.PL index 783bf6c..f94f5f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Gruntmaster/Data.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'AGPL_3', + LICENSE => 'perl', SIGN => 1, PREREQ_PM => { qw/Getopt::Long 0 diff --git a/t/Gruntmaster-Data.t b/t/Gruntmaster-Data.t index b2786fd..b3b8672 100644 --- a/t/Gruntmaster-Data.t +++ b/t/Gruntmaster-Data.t @@ -1,10 +1,6 @@ #!/usr/bin/perl -w use v5.14; -use Test::More; -BEGIN { - plan skip_all => '$ENV{RUN_TESTS} is false, skipping tests' unless $ENV{RUN_TESTS}; - plan tests => 1; -} +use Test::More tests => 1; BEGIN { use_ok('Gruntmaster::Data') };