X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=c7681af095ffa931d0d3073f326e11f1b4e23767;hb=c13b79f6b261a78ca4b32c363fedc6ab8aa6ffc2;hp=96cf88d9ce3a871d7f3967517c9a6a7bdb65bab9;hpb=66269803e760180c0dd192997ebdf46d0e7fbc14;p=dbsrgits%2FDBIx-Class-RowCountStatistics.git 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,