| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/perl-Text-ParseWords.tar |
CHANGES 0000644 00000001432 15170264427 0005547 0 ustar 00 3.30
Clarified $keep flag in doc (patch from DOM)
Added copyright and license section to pod
Fixed pod errors (patch from DOM)
3.29
Remove pod test from distribution
3.28
Better diag information in pod.t
More metadata in META.yml
3.27 (CPAN version)
Makefile.PL rewritten
CHANGES
pod.t
5.6 only (regex doesn't work on 5.5.5)
skip unicode testing on 5.6 in ParseWords.t
"use strict" in ParseWords.pm
small changes due to making CPAN version
3.26 (perl 5.10)
better regex in parse_line (demerphq, perl change 31659)
trailing backslash handling (perl #40921)
3.25
more correct handling of backslashes
versions prior to 3.24 include other fixes from core perl
3.24 (perl 5.8.8)
taint.t (Alexey Tourbin, perl #33173, perl change 23838)
3.22
handling of backslashed newline inside quoted text
README 0000644 00000002433 15170264427 0005436 0 ustar 00
Module: Text::ParseWords
- ----------------------
This is a CORE module. If you installed perl 5.003 or above, an
old version of this module is already available to you. This CPAN
package is only here to update core distributions prior 5.10.
The version provided is the same that comes with perl 5.10.
If you run a newer version of perl, the version of Text::ParseWords
included there may be newer.
Please run "perldoc Text::ParseWords" to see what this module
is for.
Installation
- ----------
To update your core, simply perform these usual steps:
make
make test
make install
Authors of Text::ParseWords
- -------------------------
Maintainer: Alexandr Ciornii.
Previous maintainer: Hal Pomeranz <pomeranz@netcom.com>, 1994-1997 (Original
author unknown). Much of the code for &parse_line() (including the
primary regexp) from Joerk Behrends <jbehrends@multimediaproduzenten.de>.
Examples section another documentation provided by John Heidemann
<johnh@ISI.EDU>
Bug reports, patches, and nagging provided by lots of folks-- thanks
everybody! Special thanks to Michael Schwern <schwern@envirolink.org>
for assuring me that a &nested_quotewords() would be useful, and to
Jeff Friedl <jfriedl@yahoo-inc.com> for telling me not to worry about
error-checking (sort of-- you had to be there).