projects
/
dbsrgits/DBIx-Class-UUIDColumns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4bd1d0f
)
version 0.02006
master
v0.02006
Alexander Hartmaier [Wed, 21 Dec 2011 16:20:54 +0000 (17:20 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/UUIDColumns.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/DBIx/Class/UUIDColumns.pm
b/lib/DBIx/Class/UUIDColumns.pm
index
487f946
..
e28b637
100644
(file)
--- 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;