add $VERSION to all modules so that people can install MooseX::Types::Moose without...
[gitmo/MooseX-Types.git] / lib / MooseX / Types / CheckedUtilExports.pm
index beb2819..b1e6530 100644 (file)
@@ -6,6 +6,7 @@ safer for L<MooseX::Types>
 =cut
 
 package MooseX::Types::CheckedUtilExports;
+our $VERSION = "0.20";
 
 use strict;
 use warnings;