version 0.02006 master v0.02006
Alexander Hartmaier [Wed, 21 Dec 2011 16:20:54 +0000 (17:20 +0100)]
Changes
lib/DBIx/Class/UUIDColumns.pm

diff --git a/Changes b/Changes
index 3de6018..6b2a0e6 100644 (file)
--- 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
 
index 487f946..e28b637 100644 (file)
@@ -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;