Christopher H. Laco [Mon, 2 Jul 2007 00:57:22 +0000 (00:57 +0000)]
Fixed spelling test failure
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
method not found
0.00001
- - initial release
\ No newline at end of file
+ - initial release
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/);
};
# 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;
UUIDMaker
behaviour
isa
+CONTRIBUTERS