X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRunnable%2FInvocation%2FScheme%2FMooseX%2FGetopt.pm;h=b4a806fdd2a08ec6ef62e2b9cdf346344842ded2;hb=d35780c7b48ade567cd167df64a2eba663cdc767;hp=ed53b639bd169569b8bf295831abea1728f1079d;hpb=00fc26d5a389e344af1cf6d54dd779e6578bac4d;p=gitmo%2FMooseX-Runnable.git diff --git a/lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm b/lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm index ed53b63..b4a806f 100644 --- a/lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm +++ b/lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm @@ -16,6 +16,9 @@ around create_instance => sub { return ($instance, @$more_args); }; +# XXX: arounds that don't actually call $orig fuck up plugins. i +# think that's OK, mostly, but it's something to keep in mind... + 1; __END__