Query: moosex::types::combine
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MooseX::Types::Combine(3) User Contributed Perl Documentation MooseX::Types::Combine(3)NAMEMooseX::Types::Combine - Combine type libraries for exportingVERSIONversion 0.35SYNOPSISpackage CombinedTypeLib; use base 'MooseX::Types::Combine'; __PACKAGE__->provide_types_from(qw/TypeLib1 TypeLib2/); package UserClass; use CombinedTypeLib qw/Type1 Type2 ... /;DESCRIPTIONAllows 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 METHODSprovide_types_from Sets or returns a list of type libraries to re-export from.SEE ALSOMooseX::TypesLICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as perl itself.AUTHORRobert "phaylon" Sedlacek <rs@474.at>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Robert "phaylon" Sedlacek. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.16.2 2012-05-18 MooseX::Types::Combine(3)
Related Man Pages |
---|
moosex::types::util5.18(3pm) - mojave |
moosex::types::util(3pm) - mojave |
moosex::types::combine(3pm) - mojave |
moosex::types::moose(3) - osx |
moosex::types::moose(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
AIX Links |
Installing Dash Shell on OS X Lion |
At A Glance Coloured Real Time Bargraph Generator... |
When is a _function_ not a _function_? |
To print diamond asterisk pattern based on inputs |