From: Alexander Hartmaier Date: Wed, 21 Dec 2011 16:20:54 +0000 (+0100) Subject: version 0.02006 X-Git-Tag: v0.02006^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-UUIDColumns.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.02006 version 0.02006 --- diff --git a/Changes b/Changes index 3de6018..6b2a0e6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class::UUIDColumns +0.02006 Wed Dec 21 16:58:00 2011 - Repackaged with Module::Install 1.00 - Migrated repository from svn to git and added links to meta tags diff --git a/lib/DBIx/Class/UUIDColumns.pm b/lib/DBIx/Class/UUIDColumns.pm index 487f946..e28b637 100644 --- a/lib/DBIx/Class/UUIDColumns.pm +++ b/lib/DBIx/Class/UUIDColumns.pm @@ -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.02005'; +$VERSION = '0.02006'; sub uuid_columns { my $self = shift;