* MooseX::Getopt::Parser::* set status to true value if there is no warnings.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser / Descriptive.pm
index 57ecaea..ff05c8f 100644 (file)
@@ -95,7 +95,7 @@ sub build_options {
     # Include old options and usage object
     $new_options = { usage => $usage, %$options, %$new_options };
 
-    $getopt->status( !! $warnings );
+    $getopt->status( ! $warnings );
     $getopt->options( $new_options );
 
     die $warnings if $warnings;