forked from chorny/Text-ParseWords
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
38 lines (25 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.
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 <[email protected]>, 1994-1997 (original
author unknown). Much of the code for &parse_line() (including the
primary regexp) from Joerk Behrends <[email protected]>.
Examples section another documentation provided by John Heidemann
Bug reports, patches, and nagging provided by lots of folks -- thanks
everybody! Special thanks to Michael Schwern <[email protected]>
for assuring me that a &nested_quotewords() would be useful, and to
Jeff Friedl <[email protected]> for telling me not to worry about
error-checking (sort of-- you had to be there).