some pod cleanups
[gitmo/Moo.git] / lib / Sub / Defer.pm
2013-09-22 Graham Knop some pod cleanups
2013-09-10 Matt S Trout bump version
2013-08-23 Graham Knop stop leaking memory for deferred subs
2013-08-23 Graham Knop add CLONE method to fix Sub::Defer/Quote in threads
2013-08-23 Graham Knop don't regenerate deferred subs, and store deferred...
2013-07-18 Graham Knop add version number to all public modules
2013-07-10 Alessandro Ghedini Fix spelling errors
2013-03-16 Torsten Raudssus added more meta resources and added more support releva...
2013-01-22 Christian Walde prevent call of _install_coderef in Sub::Defer from...
2012-04-24 Peter Rabbitson initial spike towards sub naming to collaborate with...
2011-01-08 Matt S Trout fix clobberage of runtime-installed wrappers by Sub...
2011-01-08 Matt S Trout rewrite nonMoo detection
2010-11-16 Matt S Trout cleanup and warning notice
2010-11-16 Matt S Trout clean up and add NAME sections
2010-11-16 Arthur Axel 'fREW... Documentation for Sub::Defer
2010-11-10 Matt S Trout remove bless because it confuses things
2010-11-10 Matt S Trout factor out and rename
2010-11-07 Matt S Trout add Sub::Quote and rename Defer routines
2010-11-06 Matt S Trout Class::Tiny and refactor _getglob out into _Utils
2010-11-06 Matt S Trout first cut at Sub::Defer