v3.14 release
[perl/plp/.git] / Changes
1 3.14 - May 20, 2002:
2 - New plp.vim
3 - Small documentation change
4
5 3.13 - May 20, 2002
6 - Added documentation:
7   - PLP
8   - PLP::FAQ
9   - PLP::Fields
10   - PLP::Functions
11 - Added predeclared of hashes for use-strict-users ("our"/"use vars"
12   is no longer necessary for the PLP hashes)
13 - Added plp.vim for vim syntax highlighting to the distribution
14 - Added error reportig to Counter, ReadFile and WriteFile
15 - Changed ReadFile and WriteFile to use lexical filehandles
16 - Changed PLP::Functions to use Fcntl for improved portability
17 - Cleaned up PLP::Fields: removed the PLPdummies
18 - Fixed DELETE, EXISTS and FIRSTKEY in PLP::Tie::Delay (added PLPdummy there)
19
20 3.12 - May 18, 2002
21 - Fixed strict-violation in PLP.pm that happened only without mod_perl
22
23 3.11 - May 18, 2002
24 - Fixed all tie-stuff by reverting a change. Symbol.pm's delete_package doesn't
25   delete a package in the way I thought it did.
26
27 3.10 - May 18, 2002
28 - First standardized module distribution, to allow easy distribution via CPAN
29 - Caution: installation procedure has changed because of that!
30 - Moved all code from plp.cgi to PLP.pm, and made PLP.pm use strict (it was
31   strict compliant, but didn't actually use the pragma).
32 - Added mod_perl handler() for extremely easy installation :)
33 - Added some documentation (perldoc PLP) with installation instructions
34 - Moved a few lines from init() to start()
35 - Added comments in PLP.pm
36 - Uses Symbol.pm to delete the package (Symbol is in the Perl distr.)
37
38 3.06 - April 23, 2002
39 - Added PLP_END functionality to simulate END { ... } for mod_perl
40 - Fixed header sending in case PLP::Tie::Print->PRINT never happened
41 - Added an override for exit(), to avoid needless debugging output in mod_perl
42
43 3.05 - April 12, 2002
44 - Fixed a potential bug in PLP::source and PLP::Functions::Counter
45
46 3.04 - April 11, 2002
47 - $PLP::DEBUG works again (set to 1 for $@ output, 2 for plain text+headers,
48   3 for both)
49 - $PLP::ERROR is now a subref that can be overridden (April 12: see FAQ for
50   info)
51
52 3.03 - April 11, 2002
53 - Removed a bug that made sending alternative headers impossible. Sorry!
54 - By the way, remember that if you want to send headers, the "<:" have to be
55   the very first characters in the file, with no white space in front of it!
56
57 3.02 - April 11, 2002
58 - Efficiency improvement by caching initialisation in PLP.pm
59
60 3.01 - April 10, 2002
61 - Bugfixes: include() used strict, fixed some typos, logging
62 - Improved: error reporting
63
64 3.00 - April 9, 2002
65 - New release, a lot has been done from scratch again, this time following 
66   strict rules and mod_perl compatible. It's also a lot faster than 2.x.
67