use strict;
use warnings;
-use inc::Module::Install 0.75;
+use inc::Module::Install 0.91;
if ($Module::Install::AUTHOR) {
require Module::Install::AuthorRequires;
-MooseX::Getopt version 0.21
+MooseX::Getopt version 0.25
===========================
See the individual module documentation for more information
COPYRIGHT AND LICENCE
-Copyright (C) 2007-2008 Infinity Interactive, Inc.
+Copyright (C) 2007-2009 Infinity Interactive, Inc.
http://www.iinteractive.com
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 :)
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 :)
use Moose::Role;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.20';
+our $VERSION = '0.25';
our $AUTHORITY = 'cpan:STEVAN';
has 'cmd_flag' => (
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;
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 = (