]> git.vpit.fr Git - perl/modules/subs-auto.git/shortlog
perl/modules/subs-auto.git
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 master
2015-04-06 Vincent PitCorrect some comments
2013-09-05 Vincent PitThis is 0.08 v0.08
2013-09-05 Vincent PitBump copyright year
2013-08-24 Vincent PitExplicitely state that C++ compilers aren't supported
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitQuote "$]" to work around a bug in old perls
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitNo tabs please
2013-08-23 Vincent PitRemove trailing whitespace
2013-08-22 Vincent PitQuote version numbers in Makefile.PL
2013-08-22 Vincent PitEncode the README file in UTF-8
2013-08-20 Vincent PitStop bundling author tests
2013-08-07 Vincent PitUpdate author tests
2013-08-07 Vincent PitIgnore MYMETA.json
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-07 Vincent PitDon't disable dynamic_config
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2011-02-27 Vincent PitThis is 0.07 v0.07
2011-02-27 Vincent PitFix the sample script
2011-02-27 Vincent PitSwitch to qw<>
2011-01-05 Vincent PitIgnore MYMETA.yml
2011-01-05 Vincent PitBump copyright year
2011-01-05 Vincent PitPreemptively remove uses of lvalue GvCV rt65000
2010-07-25 Vincent PitThis is 0.06 v0.06
2010-07-25 Vincent PitTest method calls
2010-07-25 Vincent PitPOD formatting fixes
2010-07-25 Vincent PitFix default package
2010-07-25 Vincent PitRename $func to $name
2010-07-25 Vincent PitUse the op_info feature to prevent hooking of method...
2010-07-25 Vincent PitSmall cleanup in _fetch
2010-07-25 Vincent PitBump copyright year
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-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
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