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