added dev comments about per-cursor wrapper
[dbsrgits/DBIx-Class-RowCountStatistics.git] / Makefile.PL
index 96cf88d..436b941 100644 (file)
@@ -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,