X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FExporter.pm;h=717b732905184312adde84001268a05b0b807c8c;hb=72643035d73124e0b4ef7a8335cdc4f793732b5a;hp=26b4060a20b0f5ff335e2ffe13482b8d6613fd47;hpb=ba64b156a21cb587b0ce3959f8d57637996fd28a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 26b4060..717b732 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.07'; +our $VERSION = '1.08'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';