X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=32b58a126a71b41c958826ad729a1ffb06d9f0f3;hb=dcdf7b2cd485cc015ddbfd816f6735be075c3386;hp=97be9594d93c273836d316d6bf9d421c43846d99;hpb=bee219767b3ceeed8a49b0a6806a580dd6ca4084;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 97be959..32b58a1 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,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.08101'; +$VERSION = '0.08102'; $VERSION = eval $VERSION; # numify for warning-free dev releases