• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Text/H11-Mar-2015-304135

t/H11-Mar-2015-14892

CHANGESH A D08-Mar-2014794 3527

MANIFESTH A D11-Mar-2015269 109

META.jsonH A D11-Mar-20151.1 KiB4847

META.ymlH A D11-Mar-2015628 2625

Makefile.PLH A D11-Mar-20152 KiB5953

READMEH A D16-Sep-20091.3 KiB4429

README

1
2Module: Text::ParseWords
3- ----------------------
4
5This is a CORE module. If you installed perl 5.003 or above, an
6old version of this module is already available to you. This CPAN
7package is only here to update core distributions prior 5.10.
8
9The version provided is the same that comes with perl 5.10.
10If you run a newer version of perl, the version of Text::ParseWords
11included there may be newer.
12
13Please run "perldoc Text::ParseWords" to see what this module
14is for.
15
16
17Installation
18- ----------
19
20To update your core, simply perform these usual steps:
21
22make
23make test
24make install
25
26
27Authors of Text::ParseWords
28- -------------------------
29
30Maintainer: Alexandr Ciornii.
31
32Previous maintainer: Hal Pomeranz <pomeranz@netcom.com>, 1994-1997 (Original
33author unknown).  Much of the code for &parse_line() (including the
34primary regexp) from Joerk Behrends <jbehrends@multimediaproduzenten.de>.
35
36Examples section another documentation provided by John Heidemann
37<johnh@ISI.EDU>
38
39Bug reports, patches, and nagging provided by lots of folks-- thanks
40everybody!  Special thanks to Michael Schwern <schwern@envirolink.org>
41for assuring me that a &nested_quotewords() would be useful, and to
42Jeff Friedl <jfriedl@yahoo-inc.com> for telling me not to worry about
43error-checking (sort of-- you had to be there).
44