X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=0e4f78cb2e78dee49c6ab754970c1de5162780b5;hb=30e523b8f29b5b87276fdd9ce1275d098b41553e;hp=61cfffef0c970a2929b79d2145b390d53194c3a9;hpb=bdca45507dfa63a5839eaecb12d3b9f4a88135e9;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index 61cfffe..0e4f78c 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Ref; use Moose::Role 'with'; -our $VERSION = '0.10'; +our $VERSION = '0.11'; with 'Moose::Autobox::Defined';