1version 0.003; 2011-03-18
2
3  * bugfix: in shellwords.pl, require Text::ParseWords 3.25, because
4    earlier versions have a bug that causes an infinite loop on some
5    inputs
6
7  * use full stricture in test suite
8
9  * in Build.PL, complete declaration of configure-time requirements
10
11  * in Build.PL, declare appropriate version on Module::Build dependency
12
13version 0.002; 2010-05-19
14
15  * remove all uses of $[, both reads and writes, from library code,
16    where it has been obsolete since perl 5.000
17
18  * for option parsing libraries, test behaviour with "--" argument
19
20  * in t/shellwords.t, remove unnecessary timeout that caused false
21    test failures
22
23  * in test suite, consistently use strictures and Test::More
24
25  * revise test code style
26
27version 0.001; 2010-04-10
28
29  * revise statement about deprecation of the modules, to be more complete
30    and accurate and to reflect the latest nuances to their status
31
32  * in documentation, list the bundled libraries, with very short
33    descriptions
34
35  * add tests for several of the libraries based on the core's tests for
36    more modern replacements: abbrev.pl from Text::Abbrev, getopt.pl
37    and getopts.pl from Getopt::Std, hostname.pl from Sys::Hostname,
38    open2.pl from IPC::Open2, open3.pl from IPC::Open3, shellwords.pl
39    from Text::ParseWords, timelocal.pl from Time::Local
40
41  * in titular version-number-supplying module, check for required Perl
42    version at runtime
43
44version 0.000; 2010-03-30
45
46  * initial released version
47