From: Christopher H. Laco Date: Mon, 2 Jul 2007 00:57:22 +0000 (+0000) Subject: s/CDA/CAG/ because I'm a damn idiot. X-Git-Tag: v0.02001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-UUIDColumns.git;a=commitdiff_plain;h=dee0985fad31cb8640798f4b8e7eb3779d6cc918 s/CDA/CAG/ because I'm a damn idiot. Fixed spelling test failure --- diff --git a/Changes b/Changes index c0265ef..3ae9f11 100644 --- 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 diff --git a/lib/DBIx/Class/UUIDColumns.pm b/lib/DBIx/Class/UUIDColumns.pm index 82fe68a..7ea1912 100644 --- a/lib/DBIx/Class/UUIDColumns.pm +++ b/lib/DBIx/Class/UUIDColumns.pm @@ -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; diff --git a/t/pod_spelling.t b/t/pod_spelling.t index acbacdb..3495678 100644 --- a/t/pod_spelling.t +++ b/t/pod_spelling.t @@ -30,3 +30,4 @@ OpenBSD UUIDMaker behaviour isa +CONTRIBUTERS