r47852 - in /trunk/libmoosex-getopt-perl: ./ debian/ inc/Module/Install/ lib/MooseX/ lib/MooseX/Getopt/ lib/MooseX/Getopt/Meta/ lib/MooseX/Getopt/Meta/Attribute/ lib/MooseX/Getopt/Meta/Attribute/Trait/ t/
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Fri Nov 27 14:52:44 UTC 2009
Author: jawnsy-guest
Date: Fri Nov 27 14:52:39 2009
New Revision: 47852
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47852
Log:
New upstream release
Added:
trunk/libmoosex-getopt-perl/inc/Module/Install/AutoManifest.pm
- copied unchanged from r47851, branches/upstream/libmoosex-getopt-perl/current/inc/Module/Install/AutoManifest.pm
trunk/libmoosex-getopt-perl/t/104_override_usage.t
- copied unchanged from r47851, branches/upstream/libmoosex-getopt-perl/current/t/104_override_usage.t
Modified:
trunk/libmoosex-getopt-perl/ChangeLog
trunk/libmoosex-getopt-perl/MANIFEST
trunk/libmoosex-getopt-perl/META.yml
trunk/libmoosex-getopt-perl/Makefile.PL
trunk/libmoosex-getopt-perl/README
trunk/libmoosex-getopt-perl/debian/changelog
trunk/libmoosex-getopt-perl/debian/copyright
trunk/libmoosex-getopt-perl/inc/Module/Install/AuthorRequires.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Basic.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/GLD.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm
Modified: trunk/libmoosex-getopt-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/ChangeLog?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/ChangeLog (original)
+++ trunk/libmoosex-getopt-perl/ChangeLog Fri Nov 27 14:52:39 2009
@@ -1,4 +1,12 @@
Revision history for Perl extension MooseX-Getopt
+
+0.25 Thu. Nov 26 2009
+ * MooseX::Getopt
+ - Split out the warnings and the exception from Getopt so that they can be
+ overridden.
+ - Split out calling ->die on Getopt::Long::Descriptive::Usage so that
+ it can be overridden.
+ - Properly split roles as promised in 0.22.
0.24 Fri. Oct 23 2009
* MooseX::Getopt
Modified: trunk/libmoosex-getopt-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/MANIFEST?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/MANIFEST (original)
+++ trunk/libmoosex-getopt-perl/MANIFEST Fri Nov 27 14:52:39 2009
@@ -2,6 +2,7 @@
inc/Module/Install.pm
inc/Module/Install/AuthorRequires.pm
inc/Module/Install/AuthorTests.pm
+inc/Module/Install/AutoManifest.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
@@ -38,5 +39,6 @@
t/101_argv_bug.t
t/102_basic_basic.t
t/103_uc_bug.t
+t/104_override_usage.t
t/author/pod.t
t/author/pod_coverage.t
Modified: trunk/libmoosex-getopt-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/META.yml?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/META.yml (original)
+++ trunk/libmoosex-getopt-perl/META.yml Fri Nov 27 14:52:39 2009
@@ -10,7 +10,7 @@
configure_requires:
ExtUtils::MakeMaker: 6.42
distribution_type: module
-generated_by: 'Module::Install version 0.91'
+generated_by: 'Module::Install version 0.910'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,4 @@
resources:
license: http://dev.perl.org/licenses/
repository: git://git.moose.perl.org/MooseX-Getopt.git
-version: 0.24
+version: 0.25
Modified: trunk/libmoosex-getopt-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/Makefile.PL?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/Makefile.PL (original)
+++ trunk/libmoosex-getopt-perl/Makefile.PL Fri Nov 27 14:52:39 2009
@@ -1,6 +1,6 @@
use strict;
use warnings;
-use inc::Module::Install 0.75;
+use inc::Module::Install 0.91;
if ($Module::Install::AUTHOR) {
require Module::Install::AuthorRequires;
Modified: trunk/libmoosex-getopt-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/README?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/README (original)
+++ trunk/libmoosex-getopt-perl/README Fri Nov 27 14:52:39 2009
@@ -1,4 +1,4 @@
-MooseX::Getopt version 0.21
+MooseX::Getopt version 0.25
===========================
See the individual module documentation for more information
@@ -21,7 +21,7 @@
COPYRIGHT AND LICENCE
-Copyright (C) 2007-2008 Infinity Interactive, Inc.
+Copyright (C) 2007-2009 Infinity Interactive, Inc.
http://www.iinteractive.com
Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/changelog?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Fri Nov 27 14:52:39 2009
@@ -1,8 +1,9 @@
-libmoosex-getopt-perl (0.24-2) UNRELEASED; urgency=low
+libmoosex-getopt-perl (0.25-1) UNRELEASED; urgency=low
* Update short description
+ * New upstream release
- -- Jonathan Yu <jawnsy at cpan.org> Fri, 20 Nov 2009 20:15:13 -0500
+ -- Jonathan Yu <jawnsy at cpan.org> Fri, 27 Nov 2009 06:33:42 -0500
libmoosex-getopt-perl (0.24-1) unstable; urgency=low
Modified: trunk/libmoosex-getopt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/copyright?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/copyright (original)
+++ trunk/libmoosex-getopt-perl/debian/copyright Fri Nov 27 14:52:39 2009
@@ -5,9 +5,16 @@
Upstream-Name: MooseX-Getopt
Files: *
-Copyright: 2007-2008, Infinity Interactive, Inc.
+Copyright: 2007-2009, Infinity Interactive, Inc.
License-Alias: Perl
License: GPL-1+ | Artistic
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
Files: debian/*
Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
@@ -17,13 +24,6 @@
2007, Damyan Ivanov <dmn at debian.org>
2007, Niko Tyni <ntyni at debian.org>
License: GPL-1+ | Artistic
-
-Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
License: Artistic
This program is free software; you can redistribute it and/or modify
Modified: trunk/libmoosex-getopt-perl/inc/Module/Install/AuthorRequires.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/inc/Module/Install/AuthorRequires.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/inc/Module/Install/AuthorRequires.pm (original)
+++ trunk/libmoosex-getopt-perl/inc/Module/Install/AuthorRequires.pm Fri Nov 27 14:52:39 2009
@@ -4,14 +4,13 @@
package Module::Install::AuthorRequires;
+use base 'Module::Install::Base';
+
# cargo cult
BEGIN {
- our $VERSION = '0.01';
+ our $VERSION = '0.02';
our $ISCORE = 1;
-# our @ISA = qw{Module::Install::Base};
}
-
-use base qw/Module::Install::Base/;
sub author_requires {
my $self = shift;
@@ -36,4 +35,4 @@
__END__
-#line 93
+#line 92
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt.pm Fri Nov 27 14:52:39 2009
@@ -1,246 +1,12 @@
-
package MooseX::Getopt;
use Moose::Role;
-use MooseX::Getopt::OptionTypeMap;
-use MooseX::Getopt::Meta::Attribute;
-use MooseX::Getopt::Meta::Attribute::NoGetopt;
-
-use Carp ();
-
-use Getopt::Long (); # GLD uses it anyway, doesn't hurt
use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
-our $VERSION = '0.24';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
-has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");
-has extra_argv => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");
-
-sub new_with_options {
- my ($class, @params) = @_;
-
- my $config_from_file;
- if($class->meta->does_role('MooseX::ConfigFromFile')) {
- local @ARGV = @ARGV;
-
- my $configfile;
- my $opt_parser = Getopt::Long::Parser->new( config => [ qw( pass_through ) ] );
- $opt_parser->getoptions( "configfile=s" => \$configfile );
-
- if(!defined $configfile) {
- my $cfmeta = $class->meta->find_attribute_by_name('configfile');
- $configfile = $cfmeta->default if $cfmeta->has_default;
- if (ref $configfile eq 'CODE') {
- # not sure theres a lot you can do with the class and may break some assumptions
- # warn?
- $configfile = &$configfile($class);
- }
- if (defined $configfile) {
- $config_from_file = eval {
- $class->get_config_from_file($configfile);
- };
- if ($@) {
- die $@ unless $@ =~ /Specified configfile '\Q$configfile\E' does not exist/;
- }
- }
- }
- else {
- $config_from_file = $class->get_config_from_file($configfile);
- }
- }
-
- my $constructor_params = ( @params == 1 ? $params[0] : {@params} );
-
- Carp::croak("Single parameters to new_with_options() must be a HASH ref")
- unless ref($constructor_params) eq 'HASH';
-
- my %processed = $class->_parse_argv(
- options => [
- $class->_attrs_to_options( $config_from_file )
- ],
- params => $constructor_params,
- );
-
- my $params = $config_from_file ? { %$config_from_file, %{$processed{params}} } : $processed{params};
-
- # did the user request usage information?
- if ( $processed{usage} && ($params->{'?'} or $params->{help} or $params->{usage}) )
- {
- $processed{usage}->die();
- }
-
- $class->new(
- ARGV => $processed{argv_copy},
- extra_argv => $processed{argv},
- %$constructor_params, # explicit params to ->new
- %$params, # params from CLI
- );
-}
-
-sub _parse_argv {
- my ( $class, %params ) = @_;
-
- local @ARGV = @{ $params{params}{argv} || \@ARGV };
-
- my ( $opt_spec, $name_to_init_arg ) = ( HAVE_GLD ? $class->_gld_spec(%params) : $class->_traditional_spec(%params) );
-
- # Get a clean copy of the original @ARGV
- my $argv_copy = [ @ARGV ];
-
- my @err;
-
- my ( $parsed_options, $usage ) = eval {
- local $SIG{__WARN__} = sub { push @err, @_ };
-
- if ( HAVE_GLD ) {
- return Getopt::Long::Descriptive::describe_options($class->_usage_format(%params), @$opt_spec);
- } else {
- my %options;
- Getopt::Long::GetOptions(\%options, @$opt_spec);
- return ( \%options, undef );
- }
- };
-
- die join "", grep { defined } @err, $@ if @err or $@;
-
- # Get a copy of the Getopt::Long-mangled @ARGV
- my $argv_mangled = [ @ARGV ];
-
- my %constructor_args = (
- map {
- $name_to_init_arg->{$_} => $parsed_options->{$_}
- } keys %$parsed_options,
- );
-
- return (
- params => \%constructor_args,
- argv_copy => $argv_copy,
- argv => $argv_mangled,
- ( defined($usage) ? ( usage => $usage ) : () ),
- );
-}
-
-sub _usage_format {
- return "usage: %c %o";
-}
-
-sub _traditional_spec {
- my ( $class, %params ) = @_;
-
- my ( @options, %name_to_init_arg, %options );
-
- foreach my $opt ( @{ $params{options} } ) {
- push @options, $opt->{opt_string};
-
- my $identifier = lc($opt->{name});
- $identifier =~ s/\W/_/g; # Getopt::Long does this to all option names
-
- $name_to_init_arg{$identifier} = $opt->{init_arg};
- }
-
- return ( \@options, \%name_to_init_arg );
-}
-
-sub _gld_spec {
- my ( $class, %params ) = @_;
-
- my ( @options, %name_to_init_arg );
-
- my $constructor_params = $params{params};
-
- foreach my $opt ( @{ $params{options} } ) {
- push @options, [
- $opt->{opt_string},
- $opt->{doc} || ' ', # FIXME new GLD shouldn't need this hack
- {
- ( ( $opt->{required} && !exists($constructor_params->{$opt->{init_arg}}) ) ? (required => $opt->{required}) : () ),
- # NOTE:
- # remove this 'feature' because it didn't work
- # all the time, and so is better to not bother
- # since Moose will handle the defaults just
- # fine anyway.
- # - SL
- #( exists $opt->{default} ? (default => $opt->{default}) : () ),
- },
- ];
-
- my $identifier = lc($opt->{name});
- $identifier =~ s/\W/_/g; # Getopt::Long does this to all option names
-
- $name_to_init_arg{$identifier} = $opt->{init_arg};
- }
-
- return ( \@options, \%name_to_init_arg );
-}
-
-sub _compute_getopt_attrs {
- my $class = shift;
- grep {
- $_->does("MooseX::Getopt::Meta::Attribute::Trait")
- or
- $_->name !~ /^_/
- } grep {
- !$_->does('MooseX::Getopt::Meta::Attribute::Trait::NoGetopt')
- } $class->meta->get_all_attributes
-}
-
-sub _get_cmd_flags_for_attr {
- my ( $class, $attr ) = @_;
-
- my $flag = $attr->name;
-
- my @aliases;
-
- if ($attr->does('MooseX::Getopt::Meta::Attribute::Trait')) {
- $flag = $attr->cmd_flag if $attr->has_cmd_flag;
- @aliases = @{ $attr->cmd_aliases } if $attr->has_cmd_aliases;
- }
-
- return ( $flag, @aliases );
-}
-
-sub _attrs_to_options {
- my $class = shift;
- my $config_from_file = shift || {};
-
- my @options;
-
- foreach my $attr ($class->_compute_getopt_attrs) {
- my ( $flag, @aliases ) = $class->_get_cmd_flags_for_attr($attr);
-
- my $opt_string = join(q{|}, $flag, @aliases);
-
- if ($attr->name eq 'configfile') {
- $opt_string .= '=s';
- }
- elsif ($attr->has_type_constraint) {
- my $type = $attr->type_constraint;
- if (MooseX::Getopt::OptionTypeMap->has_option_type($type)) {
- $opt_string .= MooseX::Getopt::OptionTypeMap->get_option_type($type)
- }
- }
-
- push @options, {
- name => $flag,
- init_arg => $attr->init_arg,
- opt_string => $opt_string,
- required => $attr->is_required && !$attr->has_default && !$attr->has_builder && !exists $config_from_file->{$attr->name},
- # NOTE:
- # this "feature" was breaking because
- # Getopt::Long::Descriptive would return
- # the default value as if it was a command
- # line flag, which would then override the
- # one passed into a constructor.
- # See 100_gld_default_bug.t for an example
- # - SL
- #( ( $attr->has_default && ( $attr->is_default_a_coderef xor $attr->is_lazy ) ) ? ( default => $attr->default({}) ) : () ),
- ( $attr->has_documentation ? ( doc => $attr->documentation ) : () ),
- }
- }
-
- return @options;
-}
+with HAVE_GLD ? 'MooseX::Getopt::GLD' : 'MooseX::Getopt::Basic';
no Moose::Role; 1;
@@ -490,6 +256,8 @@
Drew Taylor, E<lt>drew at drewtaylor.comE<gt>
+Tomas Doran, (t0m) C<< <bobtfish at bobtfish.net> >>
+
=head1 COPYRIGHT AND LICENSE
Copyright 2007-2008 by Infinity Interactive, Inc.
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Basic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Basic.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Basic.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Basic.pm Fri Nov 27 14:52:39 2009
@@ -1,3 +1,4 @@
+
package MooseX::Getopt::Basic;
use Moose::Role;
@@ -6,27 +7,10 @@
use MooseX::Getopt::Meta::Attribute::NoGetopt;
use Carp ();
-use Getopt::Long (); # GLD uses it anyway, doesn't hurt
-
-our $VERSION = '0.20';
-our $AUTHORITY = 'cpan:STEVAN';
+use Getopt::Long ();
has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");
has extra_argv => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");
-
-# _getopt_spec() and _getoptions() are overrided by MooseX::Getopt::GLD.
-
-sub _getopt_spec {
- my ($class, %params) = @_;
- return $class->_traditional_spec(%params)
-}
-
-sub _get_options {
- my ($class, undef, $opt_spec) = @_;
- my %options;
- Getopt::Long::GetOptions(\%options, @$opt_spec);
- return ( \%options, undef );
-}
sub new_with_options {
my ($class, @params) = @_;
@@ -42,20 +26,27 @@
if(!defined $configfile) {
my $cfmeta = $class->meta->find_attribute_by_name('configfile');
$configfile = $cfmeta->default if $cfmeta->has_default;
- }
-
- if (defined $configfile) {
- $config_from_file = eval {
- $class->get_config_from_file($configfile);
- };
- if ($@) {
- die $@ unless $@ =~ /Specified configfile '\Q$configfile\E' does not exist/;
+ if (ref $configfile eq 'CODE') {
+ # not sure theres a lot you can do with the class and may break some assumptions
+ # warn?
+ $configfile = &$configfile($class);
}
+ if (defined $configfile) {
+ $config_from_file = eval {
+ $class->get_config_from_file($configfile);
+ };
+ if ($@) {
+ die $@ unless $@ =~ /Specified configfile '\Q$configfile\E' does not exist/;
+ }
+ }
+ }
+ else {
+ $config_from_file = $class->get_config_from_file($configfile);
}
}
my $constructor_params = ( @params == 1 ? $params[0] : {@params} );
-
+
Carp::croak("Single parameters to new_with_options() must be a HASH ref")
unless ref($constructor_params) eq 'HASH';
@@ -71,7 +62,7 @@
# did the user request usage information?
if ( $processed{usage} && ($params->{'?'} or $params->{help} or $params->{usage}) )
{
- $processed{usage}->die();
+ $class->_getopt_full_usage($processed{usage});
}
$class->new(
@@ -82,6 +73,8 @@
);
}
+sub _getopt_spec { shift->_traditional_spec(@_); }
+
sub _parse_argv {
my ( $class, %params ) = @_;
@@ -92,15 +85,15 @@
# Get a clean copy of the original @ARGV
my $argv_copy = [ @ARGV ];
- my @err;
-
+ my @warnings;
my ( $parsed_options, $usage ) = eval {
- local $SIG{__WARN__} = sub { push @err, @_ };
-
- return $class->_get_options(\%params, $opt_spec);
+ local $SIG{__WARN__} = sub { push @warnings, @_ };
+
+ return $class->_getopt_get_options(\%params, $opt_spec);
};
- die join "", grep { defined } @err, $@ if @err or $@;
+ $class->_getopt_spec_warnings(@warnings) if @warnings;
+ $class->_getopt_spec_exception(\@warnings, $@) if $@;
# Get a copy of the Getopt::Long-mangled @ARGV
my $argv_mangled = [ @ARGV ];
@@ -119,6 +112,25 @@
);
}
+sub _getopt_get_options {
+ my ($class, $params, $opt_spec) = @_;
+ my %options;
+ Getopt::Long::GetOptions(\%options, @$opt_spec);
+ return ( \%options, undef );
+}
+
+sub _getopt_spec_warnings { }
+
+sub _getopt_spec_exception {
+ my ($self, $warnings, $exception) = @_;
+ die @$warnings, $exception;
+}
+
+sub _getopt_full_usage {
+ my ($self, $usage) = @_;
+ $usage->die;
+}
+
sub _usage_format {
return "usage: %c %o";
}
@@ -131,7 +143,7 @@
foreach my $opt ( @{ $params{options} } ) {
push @options, $opt->{opt_string};
- my $identifier = $opt->{name};
+ my $identifier = lc($opt->{name});
$identifier =~ s/\W/_/g; # Getopt::Long does this to all option names
$name_to_init_arg{$identifier} = $opt->{init_arg};
@@ -210,14 +222,13 @@
no Moose::Role; 1;
-1;
+__END__
=pod
=head1 NAME
-MooseX::Getopt::Basic - role to implement the basic functionality of
-L<MooseX::Getopt> without GLD.
+MooseX::Getopt::Basic - role to implement the Getopt::Long functionality
=head1 SYNOPSIS
@@ -250,39 +261,9 @@
=head1 METHODS
-=over 4
-
-=item B<new_with_options>
-
-See L<MooseX::Getopt> .
-
-=item B<meta>
-
-This returns the role meta object.
-
-=back
-
-=head1 BUGS
-
-All complex software has bugs lurking in it, and this module is no
-exception. If you find a bug please either email me, or add the bug
-to cpan-RT.
-
-=head1 AUTHOR
-
-Stevan Little E<lt>stevan at iinteractive.comE<gt>
-
-Brandon L. Black, E<lt>blblack at gmail.comE<gt>
-
-Yuval Kogman, E<lt>nothingmuch at woobling.orgE<gt>
-
-=head1 CONTRIBUTORS
-
-Ryan D Johnson, E<lt>ryan at innerfence.comE<gt>
-
-Drew Taylor, E<lt>drew at drewtaylor.comE<gt>
-
-Shlomi Fish E<lt>shlomif at cpan.orgE<gt>
+=head2 new_with_options
+
+See L<MooseX::Getopt/new_with_options>.
=head1 COPYRIGHT AND LICENSE
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/GLD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/GLD.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/GLD.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/GLD.pm Fri Nov 27 14:52:39 2009
@@ -1,25 +1,21 @@
+
package MooseX::Getopt::GLD;
-
use Moose::Role;
-around '_getopt_spec' => sub {
- my $orig = shift;
- my $self = shift;
+use Getopt::Long::Descriptive;
- return $self->_gld_spec(@_);
- # Ignore $orig, code for _gld_spec here
+with 'MooseX::Getopt::Basic';
+
+around _getopt_spec => sub {
+ shift;
+ shift->_gld_spec(@_);
};
-around '_get_options' => sub {
- my $orig = shift;
- my $class = shift;
-
- my ($params, $opt_spec) = @_;
- return Getopt::Long::Descriptive::describe_options(
- $class->_usage_format(%$params), @$opt_spec
- );
+around _getopt_get_options => sub {
+ shift;
+ my ($class, $params, $opt_spec) = @_;
+ return Getopt::Long::Descriptive::describe_options($class->_usage_format(%$params), @$opt_spec);
};
-
sub _gld_spec {
my ( $class, %params ) = @_;
@@ -44,7 +40,7 @@
},
];
- my $identifier = $opt->{name};
+ my $identifier = lc($opt->{name});
$identifier =~ s/\W/_/g; # Getopt::Long does this to all option names
$name_to_init_arg{$identifier} = $opt->{init_arg};
@@ -53,7 +49,7 @@
return ( \@options, \%name_to_init_arg );
}
-1;
+no Moose::Role; 1;
__END__
@@ -61,42 +57,37 @@
=head1 NAME
-MooseX::Getopt::GLD - role to implement specific functionality for
-L<Getopt::Long::Descriptive>
+MooseX::Getopt::GLD - A Moose role for processing command line options with Getopt::Long::Descriptive
=head1 SYNOPSIS
-
-For internal use.
+
+ ## In your class
+ package My::App;
+ use Moose;
+
+ with 'MooseX::Getopt::GLD';
+
+ has 'out' => (is => 'rw', isa => 'Str', required => 1);
+ has 'in' => (is => 'rw', isa => 'Str', required => 1);
+
+ # ... rest of the class here
+
+ ## in your script
+ #!/usr/bin/perl
+
+ use My::App;
+
+ my $app = My::App->new_with_options();
+ # ... rest of the script here
+
+ ## on the command line
+ % perl my_app_script.pl -in file.input -out file.dump
=head1 DESCRIPTION
-This is a role for C<MooseX::Getopt>.
-
-=head1 METHODS
-
-=over 4
-
-=item meta
-
-=back
-
-=head1 BUGS
-
-All complex software has bugs lurking in it, and this module is no
-exception. If you find a bug please either email me, or add the bug
-to cpan-RT.
-
-=head1 AUTHOR
-
-Dagfinn Ilmari MannsE<aring>ker E<lt>ilmari at ilmari.orgE<gt>
-
-Stevan Little E<lt>stevan at iinteractive.comE<gt>
-
-Yuval Kogman C<< <nuffin at cpan.org> >>
-
=head1 COPYRIGHT AND LICENSE
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
@@ -104,4 +95,3 @@
it under the same terms as Perl itself.
=cut
-=head1
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute.pm Fri Nov 27 14:52:39 2009
@@ -3,7 +3,7 @@
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.20';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm Fri Nov 27 14:52:39 2009
@@ -2,7 +2,7 @@
package MooseX::Getopt::Meta::Attribute::NoGetopt;
use Moose;
-our $VERSION = '0.20';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait.pm Fri Nov 27 14:52:39 2009
@@ -3,7 +3,7 @@
use Moose::Role;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.20';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
has 'cmd_flag' => (
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm Fri Nov 27 14:52:39 2009
@@ -2,7 +2,7 @@
package MooseX::Getopt::Meta::Attribute::Trait::NoGetopt;
use Moose::Role;
-our $VERSION = '0.20';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
no Moose::Role;
Modified: trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm?rev=47852&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm (original)
+++ trunk/libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm Fri Nov 27 14:52:39 2009
@@ -4,7 +4,7 @@
use Moose 'confess', 'blessed';
use Moose::Util::TypeConstraints 'find_type_constraint';
-our $VERSION = '0.20';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
my %option_type_map = (
More information about the Pkg-perl-cvs-commits
mailing list