1MooseX::Declare::Util(3Upsme)r Contributed Perl DocumentaMtoioosneX::Declare::Util(3pm)
2
3
4

NAME

6       MooseX::Declare::Util - Common declarative utility functions
7

VERSION

9       version 0.43
10

DESCRIPTION

12       This exporter collection contains the commonly used functions in
13       MooseX::Declare.
14
15       All functions in this package will be exported upon request.
16

FUNCTIONS

18   outer_stack_push
19         outer_stack_push (Str $file, Str $value)
20
21       Pushes the $value on the internal stack for the file $file.
22
23   outer_stack_pop
24         outer_stack_pop (Str $file)
25
26       Removes one item from the internal stack of the file $file.
27
28   outer_stack_peek
29         outer_stack_peek (Str $file)
30
31       Returns the topmost item in the internal stack for $file without
32       removing it from the stack.
33

SEE ALSO

35       ยท   MooseX::Declare
36

AUTHOR

38       Florian Ragwitz <rafl@debian.org>
39
41       This software is copyright (c) 2008 by Florian Ragwitz.
42
43       This is free software; you can redistribute it and/or modify it under
44       the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.28.1                      2015-08-16        MooseX::Declare::Util(3pm)
Impressum