X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FExporter.pm;h=6644ae9975b24a7841a85434273c4f06bf8e90e4;hb=59f5bbde66d61d15b684be88d138fd798ba851d0;hp=40e98b3833e7e108a81be2b514cd7ff1e9bcced3;hpb=1aeb15481cdb866ee2e451a320619ffe591f2d19;p=gitmo%2FMoose.git diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 40e98b3..6644ae9 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -3,7 +3,7 @@ package Moose::Exporter; use strict; use warnings; -our $VERSION = '0.63'; +our $VERSION = '0.64'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';