X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FExporter.pm;h=7553a40f44fcf612f05b39a0f133289c6aa362a6;hb=a7be0f8593e4e7b7f570f49027ee4f8f25d4d8bc;hp=04afa8e454fc586511c2a415edf315191513abe8;hpb=bf3b0c87ca3edb74ba752ba84ba699e20ceeacc7;p=gitmo%2FMoose.git diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 04afa8e..7553a40 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.68'; +our $VERSION = '0.69'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';