projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc6504d
)
Update version
Jess Robinson [Mon, 6 Feb 2006 12:31:09 +0000 (12:31 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
lib/DBIx/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
e972d77
..
8dbb25a
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-13,7
+13,7
@@
my %arguments = (
'Class::C3' => 0.07,
'Storable' => 0,
'Class::Data::Accessor' => 0.01,
- 'Carp::Clan' => 0,
+ 'Carp::Clan' => 0,
'DBI' => 1.40,
},
build_requires => {
diff --git
a/lib/DBIx/Class.pm
b/lib/DBIx/Class.pm
index
80a589f
..
6bedd06
100644
(file)
--- a/
lib/DBIx/Class.pm
+++ b/
lib/DBIx/Class.pm
@@
-13,7
+13,7
@@
sub component_base_class { 'DBIx::Class' }
# 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.05001';
+$VERSION = '0.05002';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;