missed commit of version inc
Matt S Trout [Sun, 12 Aug 2007 14:04:27 +0000 (14:04 +0000)]
lib/DBIx/Class.pm

index b489fe7..0934c55 100644 (file)
@@ -23,7 +23,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.08004';
+$VERSION = '0.08005';
 
 sub MODIFY_CODE_ATTRIBUTES {
   my ($class,$code,@attrs) = @_;