This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / not.t
2013-08-11 Father ChrysostomosFix booleanness of regexps
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father ChrysostomosTest !0 and !1 immutability and singletonness
2013-05-26 Father Chrysostomos[perl #118159] Make PVs take precedence in SvTRUE
2013-01-05 James E Keenant/op/not.t: Add descriptions to all tests.
2013-01-05 James E KeenanAdd parens around second argument to tests 4 and 5.
2005-02-15 Steve PetersAdditional tests for t/op/not.t
2005-02-10 Marcus Holland-Moritz[perl #34101] not() || 1 produces segmentation fault