From: Robert Sedlacek Date: Wed, 30 Sep 2015 04:03:24 +0000 (+0000) Subject: fixed license X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c13b79f6b261a78ca4b32c363fedc6ab8aa6ffc2;p=dbsrgits%2FDBIx-Class-RowCountStatistics.git fixed license --- diff --git a/Makefile.PL b/Makefile.PL index 96cf88d..c7681af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,7 @@ my %_req = ( WriteMakefile( NAME => 'DBIx::Class::RowCountStatistics', VERSION_FROM => 'lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm', - LICENSE => undef, + LICENSE => 'perl5', TEST_REQUIRES => \%_test_req, BUILD_REQUIRES => \%_build_req, PREREQ_PM => \%_req,