From: Stevan Little Date: Fri, 23 Nov 2007 20:38:03 +0000 (+0000) Subject: adding in the last few bits X-Git-Tag: 0_32~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc93fdb5008b0bd9d2e51ea351d92248c1686cf5;p=gitmo%2FMoose.git adding in the last few bits --- diff --git a/lib/Moose.pm b/lib/Moose.pm index aa4ef94..b3073c4 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.29'; +our $VERSION = '0.30'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util 'blessed', 'reftype';