Version 0.17.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Meta / Method / Curried.pm
index 3fb0a68..b359e8c 100644 (file)
@@ -2,6 +2,10 @@
 package MooseX::AttributeHelpers::Meta::Method::Curried;
 use Moose;
 
+our $VERSION   = '0.17';
+$VERSION = eval $VERSION;
+our $AUTHORITY = 'cpan:STEVAN';
+
 extends 'Moose::Meta::Method';
 
 1;