X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FExporter.pm;h=80f77a1ce08fa3e4285aeb17ed8749d3fb15d04d;hb=55d05fb16429c2150b5337b1a0130ae334e129d0;hp=0f1f7f0035f2cdf80fa08124edd0378dd116dc43;hpb=ff526a651a278a33dd8cbf76aa8c4ac43e4c3e7e;p=gitmo%2FMoose.git diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 0f1f7f0..80f77a1 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -3,7 +3,7 @@ package Moose::Exporter; use strict; use warnings; -our $VERSION = '1.08'; +our $VERSION = '1.12'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';