X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FExporter.pm;h=ed4d22005c8dd6a05c204be47b7b093cc210f669;hb=8ff7989077ecc7b9c2bc3e73eaa19b4db49f1804;hp=3bdc804c655eff815f919ae3de11e1173e732da4;hpb=79dad293813bec9cf024859cb34618dd7ca01b93;p=gitmo%2FMoose.git diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 3bdc804..ed4d220 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.93_01'; +our $VERSION = '1.01'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';