doc fixes; 0.01 release
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / Scheme / MooseX / Getopt.pm
index ed53b63..7bd6b72 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__
@@ -32,3 +35,8 @@ consumed by MX::Getopt will be passed to the class's run method.
 
 (See the test C<t/basic-mx-getopt.t> for an example.)
 
+=head1 SEE ALSO
+
+L<MooseX::Runnable>
+
+L<MooseX::Getopt>