0.18 ... pretty much ready to go
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint.pm
index f3c1c0a..0326a14 100644 (file)
@@ -9,7 +9,8 @@ use Sub::Name    'subname';
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION = '0.07';
+our $VERSION   = '0.08';
+our $AUTHORITY = 'cpan:STEVAN';
 
 use Moose::Meta::TypeConstraint::Union;