* MooseX::Getopt
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser.pm
index 0c67e74..945d113 100644 (file)
@@ -2,6 +2,6 @@
 package MooseX::Getopt::Parser;
 
 use Moose::Role;
-requires '_get_getopt_spec', 'getoptions';
+requires 'build_options';
 
 1;