package MooseX::Method::Signatures::Types; BEGIN { $MooseX::Method::Signatures::Types::AUTHORITY = 'cpan:FLORA'; } { $MooseX::Method::Signatures::Types::VERSION = '0.44'; } #ABSTRACT: Provides common MooseX::Types used by MooseX::Method::Signatures use MooseX::Types 0.19 -declare => [qw/ Injections PrototypeInjections Params /]; use MooseX::Types::Moose qw/Str ArrayRef/; use MooseX::Types::Structured 0.24 qw/Dict/; use Parse::Method::Signatures::Types qw/Param/; subtype Injections, as ArrayRef[Str]; subtype PrototypeInjections, as Dict[declarator => Str, injections => Injections]; subtype Params, as ArrayRef[Param]; 1; __END__ =pod =encoding utf-8 =head1 NAME MooseX::Method::Signatures::Types - Provides common MooseX::Types used by MooseX::Method::Signatures =head1 AUTHORS =over 4 =item * Florian Ragwitz =item * Ash Berlin =item * Cory Watson =item * Daniel Ruoso =item * Dave Rolsky =item * Hakim Cassimally =item * Jonathan Scott Duff =item * Justin Hunter =item * Kent Fredric =item * Maik Hentsche =item * Matt Kraai =item * Rhesa Rozendaal =item * Ricardo SIGNES =item * Steffen Schwigon =item * Yanick Champoux =item * Nicholas Perez =item * Karen Etheridge =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Florian Ragwitz. 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 x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586