existing Loader patchwork for Schema support, module not fully renamed yet
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
index bf05841..b3134e4 100644 (file)
@@ -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,