Bump all versions to 0.16 (from *cough* 0.14!)
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Meta / Method / Curried.pm
index 3fb0a68..c34297f 100644 (file)
@@ -2,6 +2,10 @@
 package MooseX::AttributeHelpers::Meta::Method::Curried;
 use Moose;
 
+our $VERSION   = '0.16';
+$VERSION = eval $VERSION;
+our $AUTHORITY = 'cpan:STEVAN';
+
 extends 'Moose::Meta::Method';
 
 1;