X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FStrict.pm;h=e61cfe4c2a91983edad60e3bd4167cf4bca046fa;hb=96df119bc747eb5823ba0490cf7d71d2dc457f6a;hp=bb5e096f97e362c305dd4f5ae88dfa9a3dacaf74;hpb=d116b5ae6fd17ab7c1f6e9815010ac91807af406;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Strict.pm b/lib/MooseX/Getopt/Strict.pm index bb5e096..e61cfe4 100644 --- a/lib/MooseX/Getopt/Strict.pm +++ b/lib/MooseX/Getopt/Strict.pm @@ -1,5 +1,8 @@ package MooseX::Getopt::Strict; + +our $VERSION = '0.150001'; + use Moose::Role; with 'MooseX::Getopt';