]> git.vpit.fr Git - perl/modules/subs-auto.git/shortlog
perl/modules/subs-auto.git
2009-07-01 Vincent PitThis is 0.05 v0.05
2009-07-01 Vincent PitReally use the meta info to generate the META.yml
2009-07-01 Vincent PitGet rid of t/90-boilerplate.t
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-02-15 Vincent PitTwo typos in test descriptions
2009-02-15 Vincent PitLocalize the guard
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
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-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