freebsd-ports/www/p5-Catalyst-Controller-BindLex/pkg-descr
Andrej Zverev 85b13ac345 Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.

Sponsored by:	p5 namespace
2011-02-12 09:30:23 +00:00

8 lines
392 B
Text

This plugin lets you put your lexicals on the stash and elsewhere very easily.
If you use the same name for two variables with the same storage binding
attribute they will be aliased to each other, so you can use this for reading
as well as writing values across controller subs. This is almost like sharing
your lexical scope.
WWW: http://search.cpan.org/dist/Catalyst-Controller-BindLex/