fixed version extraction
Robert Sedlacek [Fri, 2 Oct 2015 00:49:27 +0000 (00:49 +0000)]
Makefile.PL

index c7681af..436b941 100644 (file)
@@ -19,7 +19,7 @@ my %_req = (
 
 WriteMakefile(
   NAME => 'DBIx::Class::RowCountStatistics',
-  VERSION_FROM => 'lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm',
+  VERSION_FROM => 'lib/DBIx/Class/RowCountStatistics.pm',
   LICENSE => 'perl5',
   TEST_REQUIRES => \%_test_req,
   BUILD_REQUIRES => \%_build_req,