1MooseX::Declare::Util(3U)ser Contributed Perl DocumentatiMoonoseX::Declare::Util(3)
2
3
4

NAME

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

DESCRIPTION

9       This exporter collection contains the commonly used functions in
10       MooseX::Declare.
11

EXPORTS

13   outer_stack_push
14         outer_stack_push (Str $file, Str $value)
15
16       Pushes the $value on the internal stack for the file $file.
17
18   outer_stack_pop
19         outer_stack_pop (Str $file)
20
21       Removes one item from the internal stack of the file $file.
22
23   outer_stack_peek
24         outer_stack_peek (Str $file)
25
26       Returns the topmost item in the internal stack for $file without
27       removing it from the stack.
28

SEE ALSO

30       ยท   MooseX::Declare
31
33       See MooseX::Declare
34
35
36
37perl v5.12.1                      2009-09-04          MooseX::Declare::Util(3)
Impressum