s/CDA/CAG/ because I'm a damn idiot. v0.02001
Christopher H. Laco [Mon, 2 Jul 2007 00:57:22 +0000 (00:57 +0000)]
Fixed spelling test failure

Changes
lib/DBIx/Class/UUIDColumns.pm
t/pod_spelling.t

diff --git a/Changes b/Changes
index c0265ef..3ae9f11 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for DBIx::Class::UUIDColumns
 
+0.02001 Sun July 1 20:15:33 2007
+    - Use Class::Accessor::Grouped instead of Class::Data::Accesor
+        because I'm a damn idiot.
+    - Fixed spelling test
+
 0.02000 Sun June 24 21:09:35 2007
     - Converted to Class::Accessor::Grouped after mk_classdata
         snafu in DBIC 0.08
@@ -17,4 +22,4 @@ Revision history for DBIx::Class::UUIDColumns
         method not found
 
 0.00001
-    - initial release
\ No newline at end of file
+    - initial release
index 82fe68a..7ea1912 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use vars qw($VERSION);
 
 BEGIN {
-    use base qw/DBIx::Class Class::Data::Accessor/;
+    use base qw/DBIx::Class Class::Accessor::Grouped/;
 
     __PACKAGE__->mk_group_accessors('inherited', qw/uuid_auto_columns uuid_maker/);
 };
@@ -14,7 +14,7 @@ __PACKAGE__->uuid_class(__PACKAGE__->_find_uuid_module);
 # 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.02000';
+$VERSION = '0.02001';
 
 sub uuid_columns {
     my $self = shift;
index acbacdb..3495678 100644 (file)
@@ -30,3 +30,4 @@ OpenBSD
 UUIDMaker
 behaviour
 isa
+CONTRIBUTERS