MooseX::Declare::Util.3pm

Langue: en

Autres versions - même langue

Version: 2009-09-04 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

DESCRIPTION

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

EXPORTS

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

*
MooseX::Declare
See MooseX::Declare