X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b3134e43f6b0a28770a7fe9582910c50676f22e3;hb=af6c266584e3842998e4c2af0c15d82a089238f4;hp=bf058418c954e97fc1e7a47c1806335cc5f8e3b9;hpb=7a30e845d987244ee30af802906cea6380744860;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index bf05841..b3134e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,11 @@ use ExtUtils::MakeMaker; WriteMakefile( - 'NAME' => 'DBIx::Class::Loader', - 'VERSION_FROM' => 'lib/DBIx/Class/Loader.pm', + 'NAME' => 'DBIx::Class::Schema::Loader', + 'VERSION_FROM' => 'lib/DBIx/Class/Schema/Loader.pm', 'PREREQ_PM' => { Test::More => 0.32, - DBIx::Class => 0.03001, + DBIx::Class => 0.04999_04, DBI => 1.30, Lingua::EN::Inflect => 0, Text::Balanced => 0,