Query: moosex::types::combine
OS: mojave
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MooseX::Types::Combine(3pm) User Contributed Perl Documentation MooseX::Types::Combine(3pm)NAMEMooseX::Types::Combine - Combine type libraries for exportingVERSIONversion 0.41SYNOPSISpackage 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 end of the list 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) 2007 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.18.2 2013-12-21 MooseX::Types::Combine(3pm)
Similar Topics in the Unix Linux Community |
---|
Combine two lines |
Esoteric Combine 0.50 (Default branch) |
Combine 3.11 (Default branch) |
Combine multiple lines in single line |
Combine these two into one liner awk? |