]> git.vpit.fr Git - perl/modules/Test-Leaner.git/shortlog
perl/modules/Test-Leaner.git
2021-12-20 Vincent PitBump copyright year master
2021-12-20 Vincent PitUpdate contact info
2019-07-08 Vincent PitUpdate VPIT::TestHelpers to 0bb3aa5
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3
2015-04-14 Vincent PitBetter benchmark
2013-08-24 Vincent PitThis is 0.05 v0.05
2013-08-24 Vincent PitBump copyright year
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitMake sure the POD headings are linkable
2013-08-22 Vincent PitQuote version numbers in Makefile.PL
2013-08-20 Vincent PitStop bundling author tests
2013-08-07 Vincent PitUpdate author tests
2013-08-07 Vincent PitSort MANIFEST
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2011-08-24 Vincent PitThis is 0.04 v0.04
2011-08-24 Vincent PitReplace $] by "$]"
2011-08-24 Vincent PitAdjust copyright for our fallback version of _reftype()
2011-08-24 Vincent PitEncode the README file in UTF-8
2011-07-18 Vincent PitThis is 0.03 v0.03
2011-07-18 Vincent PitIgnore MYMETA.json and MYMETA.yml
2011-07-18 Vincent PitAdd META.json
2011-04-19 Vincent PitReplace some code from t/03-fallback.t by Test::Leaner...
2011-04-18 Vincent PitFactor t/02-import-arg.t and t/04-fallback-import-arg...
2011-04-18 Vincent PitSolve all test failures with combinations of old perl...
2011-04-08 Vincent PitStop failing on unlike() prototype with old Test::More
2011-04-08 Vincent PitSilence ugly 'redefined' warnings in t/01-import.t...
2011-04-08 Vincent PitSkip the first import argument test with Test::More...
2011-04-08 Vincent PitHandle all-negated imports properly
2011-04-08 Vincent PitReport the correct line in import argument tests
2011-04-08 Vincent PitCroak when importing symbols from Test::More that aren...
2011-04-08 Vincent PitFix the handling of the "import" import argument
2011-02-23 Vincent PitDocument that isn't() is not aliased to isnt()
2011-01-24 Vincent PitBump copyright year
2011-01-21 Vincent PitTest that ok() really honors 'bool' overloading
2011-01-21 Vincent PitDirectly test the truth of $ok in ok()
2011-01-21 Vincent PitDocument that isnt() honors 'ne' overloading
2011-01-21 Vincent PitAnother POD typo
2011-01-18 Vincent PitClean up the import replacement a bit
2011-01-18 Vincent PitTalk about is_deeply() in POD
2011-01-18 Vincent PitPOD typo
2010-12-29 Vincent PitThis is 0.02 v0.02
2010-12-29 Vincent PitOnly run the END block in the main process
2010-12-29 Vincent PitRemove the dependency on Scalar::Util
2010-12-29 Vincent PitFall back to Test::More when PERL_TEST_LEANER_USES_TEST...
2010-12-29 Vincent PitAlso print the plan at the END when a test failed under...
2010-12-28 Vincent PitTest is_deeply against deep datastructures
2010-12-28 Vincent PitOptimize is_deeply for large datastructures
2010-12-28 Vincent PitAdd pointers to the original documentation from Test...
2010-12-28 Vincent PitIn _deep_check, always iterate on $y
2010-12-28 Vincent PitDocument two more differences with Test::More
2010-12-28 Vincent PitThis is 0.01 v0.01
2010-12-28 Vincent PitPrevent vivification of deleted elements by fetching...
2010-12-28 Vincent PitDocument that we don't output default diagnostics
2010-12-28 Vincent PitImplement and test is_deeply()
2010-12-28 Vincent PitAdd a sample contrived benchmark
2010-12-28 Vincent PitDocument THREADSAFE
2010-12-28 Vincent PitMake _sanitize_comment() private
2010-12-28 Vincent PitExpand the list of valid operators for cmp_ok
2010-12-28 Vincent PitGet rid of skip_all()
2010-12-28 Vincent PitDocument differences
2010-12-28 Vincent PitTest cmp_ok() with overloading
2010-12-28 Vincent PitTest ok() return value, with overloading, and failing
2010-12-28 Vincent PitFactor the capturing logic into Test::Leaner::TestHelper
2010-12-27 Vincent PitTest BAIL_OUT()
2010-12-27 Vincent PitTest pass() and fail()
2010-12-27 Vincent PitAdd tap_stream()/diag_stream()
2010-12-25 Vincent PitDocument that tests functions return the value of the...
2010-12-25 Vincent PitAdd author tests and minimal documentation
2010-12-25 Vincent PitTurn autoflush on as soon as the module is loaded
2010-12-25 Vincent PitLock before setting $no_diag
2010-12-24 Vincent PitAlso share $done_testing
2010-12-24 Vincent PitFix and test skip()
2010-12-24 Vincent PitMore cmp_ok() tests
2010-12-24 Vincent PitGenerate binop comparators on the fly
2010-12-24 Vincent PitBetter variable names
2010-12-24 Vincent PitOnly is() should treat undef specially
2010-12-24 Vincent PitFix, export and test cmp_ok()
2010-12-24 Vincent PitFix and test thread safety
2010-12-24 Vincent PitInitial commit