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