updated/fixed Schema::Loader requirements
Brandon L. Black [Mon, 5 Jun 2006 19:23:22 +0000 (19:23 +0000)]
Build.PL
Changes

index 46664a3..e03c661 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -12,7 +12,7 @@ my %arguments = (
         'Class::Accessor::Fast' => 0.22,
     },
     recommends         => {
-        'DBIx::Class::Schema::Loader' => '0.03',
+        'DBIx::Class::Schema::Loader' => 0.03001,
     },
     build_requires     => {
         'Test::More'            => 0.32,
diff --git a/Changes b/Changes
index 83f7c7f..94e0770 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,8 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
-0.14    Not yet released - do not release before Schema::Loader 0.0300x is out and slightly stabilized!!
+0.14  Not yet released - To be released with DBIx::Class::Schema::Loader 0.03001
         - Helpers merged, helper syntax changed
-        - Everything updated for Schema::Loader 0.03 support, including
+        - Everything updated for Schema::Loader 0.03001 support, including
           what amounts to using Loader in one-shot mode to generate
           a manual Schema with matching Model.
         - fixed stupid typo in docs