summaryrefslogtreecommitdiff
path: root/ext/MIME
Commit message (Collapse)AuthorAgeFilesLines
* Redundant return.Jarkko Hietaniemi2001-11-211-1/+0
| | | p4raw-id: //depot/perl@13164
* Unnecessary pod2man calls in new extensionsAndy Dougherty2001-06-211-0/+1
| | | | | Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10784
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-183-0/+512
| | | | | | | | | | | | | | | | | | | | | | | | 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
* ext/ + -WallDoug MacEachern2001-06-121-1/+1
| | | | | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10534
* Do not import anything from Encode.Jarkko Hietaniemi2001-06-041-1/+1
| | | p4raw-id: //depot/perl@10429
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-041-2/+0
| | | p4raw-id: //depot/perl@10427
* use is a compile-time thing.Jarkko Hietaniemi2001-06-041-1/+1
| | | p4raw-id: //depot/perl@10426
* allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machinesPeter Prymmer2001-06-011-6/+49
| | | | | Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com> p4raw-id: //depot/perl@10384
* Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc ↵Gisle Aas2001-04-121-7/+1
| | | | | | | (UNINSTALLED) Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com> p4raw-id: //depot/perl@9688
* Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc ↵Calle Dybedahl2001-04-111-1/+1
| | | | | | | (UNINSTALLED) Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se> p4raw-id: //depot/perl@9683
* Integrate perlio:Jarkko Hietaniemi2001-03-281-0/+1
| | | | | | | | | | | | | | [ 9400] More EBCDIC tweaks: - one more swash issue &~(0xA0-1) did not do the right thing, for UTF-EBCDIC where &~(0x80-1) does for UTF-8. - add "use re 'asciirange'" to make [!-~] etc. work use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t - Choose a key for t/op/each.t test which gets encoded. - Skip utf8decode if this is UTF-EBCDIC. p4raw-link: @9400 on //depot/perlio: daf0f78e031c718c75590ef9ef573756f805776e p4raw-id: //depot/perl@9407
* Integrate perlio:Jarkko Hietaniemi2001-03-272-12/+46
| | | | | | | | | | | | | | [ 9384] Various EBCDIC fixes: - major revelation that swash code is encoding aware, (or thought it was) - now it is ;-) - With that out of the way fix a slab of tr/// cases. - Fix Encode 'Unicode' to be true Unicode so tests pass. - As anticipated Base64.xs needed tweaks. - Until tr/// works right avoid old_encode64 in MIME tests. p4raw-link: @9384 on //depot/perlio: 5ad8ef521b3ffc4e6bbbb9941bc4940d442b56b2 p4raw-id: //depot/perl@9389
* Roll back the version numbers of Digest::MD5 and MIME::Base64Jarkko Hietaniemi2001-03-251-1/+1
| | | | | to equal the CPAN versions since no code changes have been made. p4raw-id: //depot/perl@9342
* Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.Jarkko Hietaniemi2001-03-255-0/+675
p4raw-id: //depot/perl@9334