X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=fa317c3499c4f314fa58520f131fb16e6224f21d;hb=6565b410735d84b134b9ded04cc977a3bd87fe90;hp=7e19c053aa3d5f0a9119b8b6cb3d1458c15f540e;hpb=8fe164b96448150c798e5f6281fed06207a17536;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 7e19c05..fa317c3 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_02'; +$VERSION = '0.04999_04'; 1; @@ -131,6 +131,16 @@ Marcus Ramberg Will Hawes +Todd Lipcon + +Daniel Westermann-Clark + +Alexander Hartmaier + +Zbigniew Lukasiak + +Nigel Metheringham + =head1 LICENSE You may distribute this code under the same terms as Perl itself.