X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=77fddc2a384650069bcb7200cc52a23a9b72a39d;hb=181a28f4e04c13a37fe4a5b6357d85e1da63dbc4;hp=4255db6b5c46907c4ca19278317a6679ad6c90b4;hpb=dec2517f954b8c6053570a6b5ecf08fbaf1a2bc2;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 4255db6..77fddc2 100644 --- 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.05004'; +$VERSION = '0.05007'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -162,6 +162,10 @@ Brandon Black Scotty Allen +sc_ + +Justin Guenther + =head1 LICENSE You may distribute this code under the same terms as Perl itself.