From: Robert Sedlacek Date: Fri, 2 Oct 2015 00:49:27 +0000 (+0000) Subject: fixed version extraction X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a652016f1d1e81b57d1cb64d587a9331d5f45cbd;p=dbsrgits%2FDBIx-Class-RowCountStatistics.git fixed version extraction --- diff --git a/Makefile.PL b/Makefile.PL index c7681af..436b941 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,