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