X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=065d97a8ee2630716ec7b3845a7119c20e8773b6;hb=5efb68850fc9b03ac65edb4cc3debc14d1050bdd;hp=77570c30e3a9ed2f4638e63a4fd9ec6141665e73;hpb=ea4e64bf393378b8e16896f6618a98fda24cb2fc;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index 77570c3..065d97a 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.03'; +our $VERSION = '0.14'; with 'Moose::Autobox::Defined';