X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FExporter.pm;h=e7cdec8deecc641feb6c97ffa003256d02a438b0;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=8edb99331fe4999c363919ac980df4bb3f3035b4;hpb=549d1705e231156a7c275663e2e9954e6152eae7;p=gitmo%2FMoose.git diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 8edb993..e7cdec8 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.96'; +our $VERSION = '0.97'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';