Rootroute       Hosting       Order       Map       Login   Secure Inter-Network Operations  
 
man : MooseX::Types::Combine(3p)

Command: man perldoc info search(apropos)  




MooseX::Types::UseriContributed Perl DoMooseX::Types::Combine(3p)


NAME
       MooseX::Types::Combine - Combine type libraries for exporting

SYNOPSIS
           package CombinedTypeLib;

           use base 'MooseX::Types::Combine';

           __PACKAGE__->provide_types_from(qw/TypeLib1 TypeLib2/);

           package UserClass;

           use CombinedTypeLib qw/Type1 Type2 ... /;

DESCRIPTION
       Allows you to export types from multiple type libraries.

       Libraries on the right side of the type libs passed to
       "provide_types_from" take precedence over those on the left in case of
       conflicts.

CLASS METHODS
   provide_types_from
       Sets or returns a list of type libraries to re-export from.

SEE ALSO
       MooseX::Types

AUTHOR
       See "AUTHOR" in MooseX::Types.

LICENSE
       This program is free software; you can redistribute it and/or modify it
       under the same terms as perl itself.























perl v5.12.2                2009-12-23                          1




rootr.net - man pages