changes for 0.05999_02
David Kamholz [Fri, 10 Mar 2006 12:29:19 +0000 (12:29 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 5324fa1..27f9714 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for DBIx::Class
 
-0.05990_01 Pending
+0.05990_02 2006-03-10 13:31:37
         - remove test dep on YAML
         - additional speed tweaks for C3
         - allow scalarefs passed to order_by to go straight through to SQL
index ed86f4a..61fccca 100644 (file)
@@ -13,7 +13,7 @@ sub component_base_class { 'DBIx::Class' }
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
 
-$VERSION = '0.05999_01';
+$VERSION = '0.05999_02';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;