From 64e8a4c75bb8b4ab64865296a11c15e25d1cecc2 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 13 May 2014 18:12:15 +0300 Subject: [PATCH] Change license to perl --- Makefile.PL | 2 +- t/Gruntmaster-Data.t | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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') }; -- 2.30.2