summaryrefslogtreecommitdiff
path: root/lib/integer.t
Commit message (Collapse)AuthorAgeFilesLines
* do not count tests, instead use done_testing()Michiel Beijen2021-12-041-1/+3
| | | | | | | | | | | | | | | Having to count tests is annoying for maintainers. Also, manually updating count tests is problematic when multiple people are working on the same code; it causes merge conflicts and recounts. done_testing() is available since Test::More 0.88 which was released in 2009. This commit changes all tests under lib/ that use Test::More and were planning the number of tests. Michiel Beijen is now a Perl author
* Re: [perl #38485] use integer; 0x80000000/-1; # coredumpYitzchak Scott-Thoennes2006-02-171-3/+8
| | | | | Message-ID: <20060213093925.GA3476@efn.org> p4raw-id: //depot/perl@27205
* Test to go with change #27155.Steve Peters2006-02-111-1/+12
| | | | | p4raw-link: @27155 on //depot/perl: ece1bcefc6e1d5c666cb173e3db4fb5c6663a8b9 p4raw-id: //depot/perl@27158
* & what's to be done for 5.8.0? Nicholas Clark2001-10-081-0/+7
| | | | | Message-ID: <20011007205333.S38756@plum.flirble.org> p4raw-id: //depot/perl@12356
* Thinko.Jarkko Hietaniemi2001-09-071-1/+1
| | | p4raw-id: //depot/perl@11944
* Clean up 1_compile.t; move tests to more consistentJarkko Hietaniemi2001-09-071-0/+46
places (t/ subdirectories); add integer.t (much of the pragma is tested elsewhere but there is no one centralized place) p4raw-id: //depot/perl@11940