X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=fad42e109d09e5933ec82bd5ba10b3b913b91116;hb=de5e2fe9704e915fa5910f9240b5e43efa8095f2;hp=fa317c3499c4f314fa58520f131fb16e6224f21d;hpb=6565b410735d84b134b9ded04cc977a3bd87fe90;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index fa317c3..fad42e1 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.04999_04'; +$VERSION = '0.04999_06'; 1; @@ -141,6 +141,10 @@ Zbigniew Lukasiak Nigel Metheringham +Jesper Krogh + +Brandon Black + =head1 LICENSE You may distribute this code under the same terms as Perl itself.