X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FParser.pm;h=4de40ce9b1d86a12cc6c71473487ac7d09d9ac54;hb=c5c99e6b124174e5f9e56312058f6b302dd5369c;hp=e066feb5a597b111b3621ca9a87647c31d0fd83b;hpb=70171cea83000f79fe002bf17e531ee50131c9ad;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Parser.pm b/lib/MooseX/Getopt/Parser.pm index e066feb..4de40ce 100644 --- a/lib/MooseX/Getopt/Parser.pm +++ b/lib/MooseX/Getopt/Parser.pm @@ -4,8 +4,10 @@ package MooseX::Getopt::Parser; use Moose::Role; requires 'build_options'; + 1; + __END__ =pod