X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=3491d2e137109e70cd62e5dcf2f44de67ef95d2e;hb=5af6a16debb066f2c43c693586e22045a1981763;hp=bd4835c10ae671cda98aea74e6498597a2e9c65c;hpb=e46f5cc2e31a7295d24b32b001dd61c3aa3c5dc3;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index bd4835c..3491d2e 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.26'; +our $VERSION = '0.27'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util 'blessed', 'reftype';