Fix RT#52630
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_create.t
index 588cfd5..68e2458 100644 (file)
@@ -12,7 +12,7 @@ use lib "$Bin/../lib";
     use Moose;
     extends 'Catalyst::Script::Create';
     our $help;
-    sub _exit_with_usage { $help++ }
+    sub _getopt_full_usage { $help++ }
 }
 
 {