| MooseX-Declare documentation | view source | Contained in the MooseX-Declare distribution. |
MooseX::Declare::Util - Common declarative utility functions
This exporter collection contains the commonly used functions in MooseX::Declare.
All functions in this package will be exported upon request.
outer_stack_push (Str $file, Str $value)
Pushes the $value on the internal stack for the file $file.
outer_stack_pop (Str $file)
Removes one item from the internal stack of the file $file.
outer_stack_peek (Str $file)
Returns the topmost item in the internal stack for $file without removing
it from the stack.
This software is copyright (c) 2010 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.
| MooseX-Declare documentation | view source | Contained in the MooseX-Declare distribution. |