summaryrefslogtreecommitdiff
path: root/lib/Switch
Commit message (Collapse)AuthorAgeFilesLines
* Changes and README are not needed for Switch.pmRafael Garcia-Suarez2006-12-112-127/+0
| | | p4raw-id: //depot/perl@29516
* I'm the new maintainer of Switch.Rafael Garcia-Suarez2004-01-281-0/+1
| | | | | Sync with the CPAN version of Switch 2.10. p4raw-id: //depot/perl@22244
* Update the README and Changes files for Switch 2.10Rafael Garcia-Suarez2003-12-292-4/+11
| | | p4raw-id: //depot/perl@21997
* Upgrade to Switch 2.09 (the debugging statementJarkko Hietaniemi2002-06-142-7/+8
| | | | | was already removed in blead) p4raw-id: //depot/perl@17228
* Upgrade to Switch 2.07.Jarkko Hietaniemi2002-05-175-124/+131
| | | p4raw-id: //depot/perl@16643
* Upgrade to Switch 2.06.Jarkko Hietaniemi2001-11-143-4/+36
| | | p4raw-id: //depot/perl@13007
* & what's to be done for 5.8.0? Nicholas Clark2001-10-083-0/+17
| | | | | Message-ID: <20011007205333.S38756@plum.flirble.org> p4raw-id: //depot/perl@12356
* Damian-o-rama: upgrade to Attribute::Handlers 0.75,Jarkko Hietaniemi2001-09-035-11/+28
| | | | | | Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and Text::Balanced 1.86. p4raw-id: //depot/perl@11842
* Upgrade to Switch 2.04, now with Perl 6 given+when.Jarkko Hietaniemi2001-07-314-4/+372
| | | p4raw-id: //depot/perl@11509
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+277
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