From: Tomas Doran Date: Tue, 8 Feb 2011 19:55:34 +0000 (+0000) Subject: Fix abstract for docs X-Git-Tag: 0.34~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=c4ffa9381b2a51a50497a3c17fd0e2d9347e8d0b Fix abstract for docs --- diff --git a/lib/MooseX/Getopt/ProcessedArgv.pm b/lib/MooseX/Getopt/ProcessedArgv.pm index 5fac8d9..7aeb9ce 100644 --- a/lib/MooseX/Getopt/ProcessedArgv.pm +++ b/lib/MooseX/Getopt/ProcessedArgv.pm @@ -1,5 +1,6 @@ package MooseX::Getopt::ProcessedArgv; use Moose; +# ABSTRACT: MooseX::Getopt::ProcessedArgv - Class containing the results of process_argv has 'argv_copy' => (is => 'ro', isa => 'ArrayRef'); has 'extra_argv' => (is => 'ro', isa => 'ArrayRef');