From: Tomas Doran Date: Tue, 8 Feb 2011 19:30:58 +0000 (+0000) Subject: Chop up docs - dzil processes the Pod X-Git-Tag: 0.34~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=e8e1e4b3f6ffedc24b309b05d8bfdbf2695d5d42 Chop up docs - dzil processes the Pod --- diff --git a/lib/MooseX/Getopt/Basic.pm b/lib/MooseX/Getopt/Basic.pm index 906ba39..1a66be5 100644 --- a/lib/MooseX/Getopt/Basic.pm +++ b/lib/MooseX/Getopt/Basic.pm @@ -277,4 +277,8 @@ doesn't make use of L (or "GLD" for short). See L. +=method process_argv + +See L. + =cut diff --git a/lib/MooseX/Getopt/ProcessedArgv.pm b/lib/MooseX/Getopt/ProcessedArgv.pm index 310ede7..7f1947c 100644 --- a/lib/MooseX/Getopt/ProcessedArgv.pm +++ b/lib/MooseX/Getopt/ProcessedArgv.pm @@ -11,14 +11,6 @@ __PACKAGE__->meta->make_immutable(); 1; -=pod - -=encoding utf-8 - -=head1 NAME - -MooseX::Getopt::ProcessedArgv - contains result of process_argv - =head1 SYNOPSIS use My::App; @@ -36,55 +28,26 @@ This object contains the result of a L call. It contains all the information that L uses when calling new. -=head1 METHODS - -=over - -=item argv_copy +=method argv_copy Reference to a copy of the original C<@ARGV> array as it originally existed at the time of C. -=item extra_arg +=method extra_arg Arrayref of leftover C<@ARGV> elements that L did not parse. -=item usage +=method usage Contains the L object (if L is used). -=item constructor_params +=method constructor_params Parameters passed to process_argv. -=item cli_param +=method cli_param Command-line parameters parsed out of C<@ARGV>. -=back - -=head1 AUTHOR - -Stevan Little Estevan@iinteractive.comE - -Brandon L. Black, Eblblack@gmail.comE - -Yuval Kogman, Enothingmuch@woobling.orgE - -=head1 CONTRIBUTORS - -Ryan D Johnson, Eryan@innerfence.comE - -Drew Taylor, Edrew@drewtaylor.comE - -Tomas Doran, (t0m) C<< >> - -=head1 COPYRIGHT AND LICENSE - -This software is copyright (c) 2010 by Infinity Interactive, Inc. - -This is free software; you can redistribute it and/or modify it under -the same terms as the Perl 5 programming language system itself. - =cut