summaryrefslogtreecommitdiff
path: root/lib/less.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
* test stash_name in less.pmRicardo Signes2010-01-121-2/+17
|
* In the new test for less.pm, call use_ok at compile-timeRafael Garcia-Suarez2007-01-071-2/+2
| | | | | and add -w. p4raw-id: //depot/perl@29710
* less usefulJoshua ben Jore2007-01-071-1/+12
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com> p4raw-id: //depot/perl@29709
* Add Tests for the less Pragmachromatic2001-09-071-0/+10
Message-ID: <20010907051609.91459.qmail@onion.perl.org> p4raw-id: //depot/perl@11929