]> git.vpit.fr Git - perl/modules/subs-auto.git/history - lib
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/subs-auto.git] / lib /
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-23 Vincent PitRemove trailing whitespace
2011-02-27 Vincent PitThis is 0.07 v0.07
2011-02-27 Vincent PitSwitch to qw<>
2011-01-05 Vincent PitBump copyright year
2010-07-25 Vincent PitThis is 0.06 v0.06
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-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