Merge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 24 Feb 2006 01:20:41 +0000 (01:20 +0000)]
r8160@obrien (orig r962):  matthewt | 2006-02-23 21:53:51 +0000
Updated Class::C3 dep
r8161@obrien (orig r963):  matthewt | 2006-02-24 01:19:15 +0000
Changes for 0.05007

Build.PL
Changes
MANIFEST

index 8dbb25a..f1d2ad8 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -10,7 +10,7 @@ my %arguments = (
         'Scalar::Util'              => 0,
         'SQL::Abstract'             => 1.20,
         'SQL::Abstract::Limit'      => 0.101,
-        'Class::C3'                 => 0.07,
+        'Class::C3'                 => 0.11,
         'Storable'                  => 0,
         'Class::Data::Accessor'     => 0.01,
        'Carp::Clan'                => 0,
diff --git a/Changes b/Changes
index e7e7f9d..df718b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for DBIx::Class
         - clean up set_from_related
         - made copy() automatically null out auto-inc columns
 
+0.05007 2006-02-24 00:59:00
         - tweak to Componentised for Class::C3 0.11
         - fixes for auto-inc under MSSQL
 
index 6f8325a..a730db0 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -34,6 +34,7 @@ lib/DBIx/Class/InflateColumn.pm
 lib/DBIx/Class/Manual.pod
 lib/DBIx/Class/Manual/Cookbook.pod
 lib/DBIx/Class/Manual/FAQ.pod
+lib/DBIx/Class/Manual/Glossary.pod
 lib/DBIx/Class/Manual/Intro.pod
 lib/DBIx/Class/Manual/SchemaIntro.pod
 lib/DBIx/Class/Manual/Troubleshooting.pod
@@ -97,6 +98,7 @@ t/20setuperrors.t
 t/30dbicplain.t
 t/40resultsetmanager.t
 t/41orrible.t
+t/42toplimit.t
 t/50fork.t
 t/basicrels/01core.t
 t/basicrels/04db.t