add comment about plugin-fucking
Jonathan Rockway [Wed, 29 Apr 2009 14:56:07 +0000 (09:56 -0500)]
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__