add $VERSION to all modules so that people can install MooseX::Types::Moose without...
[gitmo/MooseX-Types.git] / lib / MooseX / Types / TypeDecorator.pm
index a94c5c3..fdfaf4d 100644 (file)
@@ -1,4 +1,5 @@
 package MooseX::Types::TypeDecorator;
+our $VERSION = "0.20";
 
 use strict;
 use warnings;