]> git.vpit.fr Git - perl/modules/subs-auto.git/shortlog
perl/modules/subs-auto.git
2008-10-02 Vincent PitThis is 0.04 v0.04
2008-10-02 Vincent PitMake t/10-base.t more readable by adding *comments...
2008-10-02 Vincent PitExplicitely test hash keys
2008-10-02 Vincent PitTest ampersand calls
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 PitGet rid of Debian_CPANTS.txt
2008-09-04 Vincent PitThis is 0.03 v0.03
2008-09-01 Vincent PitSimplify double negations
2008-08-30 Vincent PitAdd prototype tests in t/12-proto.t
2008-08-29 Vincent PitTest -X _
2008-08-28 Vincent PitTrack META.yml
2008-08-28 Vincent PitAdd the sample/subs.pl script
2008-08-28 Vincent PitRenumber t/11-pkg.t tests
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 PitTest for an odd number of arguments
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 PitAdd a second subs::auto zone in the test
2008-08-28 Vincent PitSkip __LINE__ and __FILE__. Use __LINE__ in the tests
2008-08-27 Vincent PitTest global filehandles
2008-08-27 Vincent PitThis is 0.01 v0.01