FreeBSD Manual Pages
MooseX::Declare::Util(User Contributed Perl DocumentatMooseX::Declare::Util(3) NAME MooseX::Declare::Util - Common declarative utility functions VERSION version 0.43 DESCRIPTION This exporter collection contains the commonly used functions in MooseX::Declare. All functions in this package will be exported upon request. FUNCTIONS outer_stack_push outer_stack_push (Str $file, Str $value) Pushes the $value on the internal stack for the file $file. outer_stack_pop outer_stack_pop (Str $file) Removes one item from the internal stack of the file $file. outer_stack_peek outer_stack_peek (Str $file) Returns the topmost item in the internal stack for $file without removing it from the stack. SEE ALSO o MooseX::Declare AUTHOR Florian Ragwitz <rafl@debian.org> COPYRIGHT AND LICENSE This software is copyright (c) 2008 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. perl v5.32.1 2015-08-16 MooseX::Declare::Util(3)
NAME | VERSION | DESCRIPTION | FUNCTIONS | SEE ALSO | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=MooseX::Declare::Util&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>