X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=436b941a626ca7c1c6cde07e0ea268096a1fe98e;hb=HEAD;hp=96cf88d9ce3a871d7f3967517c9a6a7bdb65bab9;hpb=ef422264585fede849f59fbd5117674c10b405cf;p=dbsrgits%2FDBIx-Class-RowCountStatistics.git diff --git a/Makefile.PL b/Makefile.PL index 96cf88d..436b941 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,8 +19,8 @@ my %_req = ( WriteMakefile( NAME => 'DBIx::Class::RowCountStatistics', - VERSION_FROM => 'lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm', - LICENSE => undef, + VERSION_FROM => 'lib/DBIx/Class/RowCountStatistics.pm', + LICENSE => 'perl5', TEST_REQUIRES => \%_test_req, BUILD_REQUIRES => \%_build_req, PREREQ_PM => \%_req,