add comment about plugin-fucking
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / Scheme / MooseX / Getopt.pm
index ed53b63..b4a806f 100644 (file)
@@ -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__