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