update repo to point to github
[gitmo/Moo.git] / lib / Sub / Quote.pm
2013-09-22 Graham Knop correct captures assignment in quote_sub
2013-09-22 Graham Knop some pod cleanups
2013-09-10 Matt S Trout bump version
2013-08-23 Graham Knop clarify documentation about Sub::Quote's captured varia...
2013-08-23 Graham Knop stop leaking memory for quoted subs
2013-08-23 Graham Knop add CLONE method to fix Sub::Defer/Quote in threads
2013-07-18 Graham Knop add version number to all public modules
2013-07-10 Alessandro Ghedini Fix spelling errors
2013-06-12 Graham Knop correct docs for capture_unroll
2013-06-12 Toby Inkster Document Sub::Quote's use of strictures as a caveat
2013-05-27 Graham Knop remove out of date docs about unquoting all subs
2013-05-04 Graham Knop try to avoid localizing @_ when not needed
2013-03-16 Torsten Raudssus added more meta resources and added more support releva...
2013-02-21 Karen Etheridge Revert "fix spelling in example"
2013-02-17 Karen Etheridge fix spelling in example
2012-06-26 Matt S Trout extra quote_sub docs from kentnl
2012-02-17 Matt S Trout remove the outstanding queue from Sub::Quote; benchamar...
2011-12-15 Mateu X Hunter No need for ScalarRef when using Sub::Quote
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
2011-03-14 Justin Hunter fix typo
2011-01-12 Matt S Trout add weak ref checking to Sub::Quote
2010-11-16 Peter Rabbitson Fix wording on global unquote
2010-11-16 Matt S Trout clean up and add NAME sections
2010-11-16 Matt S Trout correct Sub::Quote docs
2010-11-16 Arthur Axel 'fREW... Documentation for Sub::Quote
2010-11-13 Matt S Trout add inlinability for Accessor.pm
2010-11-13 Matt S Trout improved quoted sub inlining
2010-11-07 Matt S Trout factor out sub quote unrolling code, add isa support
2010-11-07 Matt S Trout detab. again. think I might've fixed it this time.
2010-11-07 Matt S Trout handle trigger with captures
2010-11-07 Matt S Trout inline quoted trigger
2010-11-07 Matt S Trout support trigger
2010-11-07 Matt S Trout remove more tabs. frackers are breeding in the pipes.
2010-11-07 Matt S Trout constructor generation, add option to quote_sub to...
2010-11-07 Matt S Trout clean up quote debugging output
2010-11-07 Matt S Trout explain no warnings closure
2010-11-07 Matt S Trout add Sub::Quote and rename Defer routines