]> git.vpit.fr Git - perl/modules/subs-auto.git/history - lib/subs/auto.pm
Document that the pragma doesn't propagate into eval STRING
[perl/modules/subs-auto.git] / lib / subs / auto.pm
2010-07-25 Vincent PitDocument that the pragma doesn't propagate into eval...
2010-07-25 Vincent PitGet rid of Symbol and delete the code slot in XS
2010-07-24 Vincent PitCode cleanup
2010-07-24 Vincent PitUse B::Keywords
2009-12-05 Vincent Pit5.11.2 fix
2009-07-01 Vincent PitThis is 0.05 v0.05
2009-02-15 Vincent PitLocalize the guard
2008-10-03 Vincent PitTypo
2008-10-02 Vincent PitBetter be on irc.perl.org
2008-10-02 Vincent PitThis is 0.04 v0.04
2008-09-29 Vincent PitBe proud about not using a source filter
2008-09-22 Vincent Pit'sub foo; print foo 1' compiles to 'print(foo(1))'
2008-09-04 Vincent PitThis is 0.03 v0.03
2008-09-01 Vincent PitSimplify double negations
2008-08-28 Vincent PitWe don't really need to localize the guard since there...
2008-08-28 Vincent PitOops, 'bareword' was the old module name
2008-08-28 Vincent PitClarify what 'in' does with doc and tests
2008-08-28 Vincent PitThis is 0.02 v0.02
2008-08-28 Vincent PitFix DATA filehandle
2008-08-28 Vincent PitDocument opening of global filehandles in pragma scope
2008-08-28 Vincent PitDocument the 'in' parameter
2008-08-28 Vincent PitRefactor the package name validation in a proper sub
2008-08-28 Vincent PitAdd the in parameter
2008-08-28 Vincent PitSkip __LINE__ and __FILE__. Use __LINE__ in the tests
2008-08-27 Vincent PitThis is 0.01 v0.01