Change license to perl
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 13 May 2014 15:12:15 +0000 (18:12 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 13 May 2014 15:12:15 +0000 (18:12 +0300)
Makefile.PL
t/Gruntmaster-Data.t

index 783bf6cd1ee1ad4d6964d17c0f4ad27953e86f6c..f94f5f1cea1ab652d0695666e040026920ccf05c 100644 (file)
@@ -7,7 +7,7 @@ WriteMakefile(
        ABSTRACT_FROM     => 'lib/Gruntmaster/Data.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.14.0',
-       LICENSE           => 'AGPL_3',
+       LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
                qw/Getopt::Long 0
index b2786fd3e28be5ae40a90691a16769d1a69ad653..b3b8672a44ee5d740b03dd97333b8907a005924e 100644 (file)
@@ -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') };
This page took 0.012349 seconds and 4 git commands to generate.