* Handling with Getopt parser implemented as strategy pattern.
[gitmo/MooseX-Getopt.git] / Makefile.PL
index 6015a1f..7d2e0d2 100644 (file)
@@ -7,6 +7,7 @@ all_from 'lib/MooseX/Getopt.pm';
 
 requires 'Moose'        => '0.43';
 requires 'Getopt::Long' => '2.37';
+requires 'maybe'        => '0.02';
 
 # optional
 requires 'Getopt::Long::Descriptive' => 0;