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=69fdb88680dc3f6a1284435200aff95636f0585d;hpb=caac33a39ccc8163e692eea728ead215455e026f;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index 69fdb88..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.09'; +our $VERSION = '0.14'; with 'Moose::Autobox::Defined';