logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Florian Ragwitz <rafl@debian.org>

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.

Name

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

See Also

       •   MooseX::Declare

Version

       version 0.43

See Also