summaryrefslogtreecommitdiff
path: root/misc/ruby-transaction-simple
diff options
context:
space:
mode:
authorabs <abs>2008-07-15 09:16:00 +0000
committerabs <abs>2008-07-15 09:16:00 +0000
commitb74d5c198368b3f879e089e5835ac087e7a07b06 (patch)
tree0d4ebd82023f2c29e4c3aa617cee6c43902400d7 /misc/ruby-transaction-simple
parent906f8fb3f14dd0d0f93d4b7eea2e74fbd864356a (diff)
downloadpkgsrc-b74d5c198368b3f879e089e5835ac087e7a07b06.tar.gz
Added www/p5-Catalyst-Controller-BindLex version 0.05
This plugin lets you put your lexicals on the stash and elsewhere very easily. It uses some funky modules to get it's job done: PadWalker, Array::RefElem, Devel::Caller, Devel::LexAlias and attributes. In some people's opinion this hurts this plugin's reputation ;-). 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. sub bar : Local { my ( $self, $c ) = @_; my $x : Stashed; my %y : Stashed; $x = 100; do_something( $c->stash->{x} ); # 100 $c->forward("gorch"); }
Diffstat (limited to 'misc/ruby-transaction-simple')
0 files changed, 0 insertions, 0 deletions