work with MooseX::Getopt 0.48 by using the new public method for printing usage
Karen Etheridge [Thu, 27 Dec 2012 08:32:59 +0000 (00:32 -0800)]
lib/CatalystX/Script/Server/Starman.pm

index 5fee6f0..670bd74 100644 (file)
@@ -52,7 +52,7 @@ around _plack_loader_args => sub {
     return %out;
 };
 
-sub _getopt_full_usage {
+sub print_usage_text {
     my $self = shift;
     pod2usage( -input => pod_where({-inc => 1}, __PACKAGE__), -verbose => 2 );
     exit 0;