X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=7765f9a70e3e74adeba57ef7bbc3ef832f327b4e;hb=fc69fea6a8923cb40755446f1bb914174f53114c;hp=f0deb8832ddd924e2d4eb11d8e914698273f2c63;hpb=9ce9ec1036c3a67b4087b3f4a90bca09463c1e03;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f0deb88..7765f9a 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_03'; +$VERSION = '0.05000'; 1; @@ -131,6 +131,20 @@ Marcus Ramberg Will Hawes +Todd Lipcon + +Daniel Westermann-Clark + +Alexander Hartmaier + +Zbigniew Lukasiak + +Nigel Metheringham + +Jesper Krogh + +Brandon Black + =head1 LICENSE You may distribute this code under the same terms as Perl itself.