| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Message-Id: <93213472-1B76-43A2-AACB-2BBFF901C5A7@free.fr>
Date: Wed, 29 Oct 2008 22:58:52 +0100
p4raw-id: //depot/perl@34648
|
|
|
| |
p4raw-id: //depot/perl@32800
|
|
|
|
|
| |
constant.pm on 5.8.x and earlier don't treat it as something special.
p4raw-id: //depot/perl@32338
|
|
|
|
|
| |
Message-ID: <1190714148.46f8db2431f0c@imp.free.fr>
p4raw-id: //depot/perl@31963
|
|
|
|
|
|
| |
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
p4raw-id: //depot/perl@30561
|
|
|
|
|
| |
same name already exist.
p4raw-id: //depot/perl@26484
|
|
|
| |
p4raw-id: //depot/perl@23588
|
|
|
|
|
|
| |
From: Anno Siegel (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
p4raw-id: //depot/perl@23497
|
|
|
|
|
| |
Message-ID: <20021213214707.GA2588@math.berkeley.edu>
p4raw-id: //depot/perl@18315
|
|
|
| |
p4raw-id: //depot/perl@17730
|
|
|
|
|
|
|
|
| |
Message-ID: <86adotwisn.wl@mail.edge.co.jp>
Assuming " " in error messages does not work in Japanese,
just skip the test (even the #34 is suspicious).
p4raw-id: //depot/perl@17545
|
|
No doubt I made some mistakes like missed some files or
misnamed some files. The naming rules were more or less:
(1) if the module is from CPAN, follows its ways, be it
t/*.t or test.pl.
(2) otherwise if there are multiple tests for a module
put them in a t/
(3) otherwise if there's only one test put it in Module.t
(4) helper files go to module/ (locale, strict, warnings)
(5) use longer filenames now that we can (but e.g. the
compat-0.6.t and the Text::Balanced test files still
were renamed to be more civil against the 8.3 people)
installperl was updated appropriately not to install the
*.t files or the help files from under lib.
TODO: some helper files still remain under t/ that could
follow their 'masters'. UPDATE: On second thoughts, why
should they. They can continue to live under t/lib, and
in fact the locale/strict/warnings helpers that were moved
could be moved back. This way the amount of non-installable
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10676
|