This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix built-in prototype of each, keys, and values
[perl5.git] / dist / base / Changes
CommitLineData
3eff6cda
DM
12.14
2 - fix problem with SIGDIE on perls < 5.10
3 - Make @INC available in base.pm's error message when
4 a module can't be found. See CPAN bug #28582.
5 - Fix obscure bug introduced in 2.13 (Michael G Schwern)
6
6df974e5
RD
72.13
8 - push all classes at once in @ISA
9
9e998a43
RGS
102.12 Fri Jul 6 00:57:15 PDT 2007
11 Test Features
12 - Test that base.pm preserves $VERSION after real module loading.
13
14 Bug Fixes
15 - Last version broke the warning about inheriting fields.
16
172.11 Mon Jul 2 03:30:03 PDT 2007
18 New Features
19 - Inheriting from yourself causes a warning [bleadperl 29090]
20
21 Bug Fixes
22 - Silenced warning when a class with no fields inherits from a class with
23 fields. [bleadperl 22208]
24 - An intermediate class with no fields messes up private fields
25 in the base class. [bleadperl 23266] [bleadperl 23267]
26 * Loading a module via base.pm would mask a global $SIG{__DIE__} in
27 that module. [bleadperl 31163]
28 - A constant named FIELDS in a base class would confuse base.pm
29 [bleadperl 31420]
30
31 Documentation Improvements
32 - Added a DIAGNOSTICS section [bleadperl 22748]
33 - Minor typos [bleadperl 25261]
34 - Better explain how base goes about loading classes.
35 - State explicitly that non-file classes can be based on.
36 - Document that import() is not called.
37
38 Test Fixes
39 - Fix tests for new disallowed hash key access error message in blead.
40
412.04 through 2.10 were only released with perl.
42
432.03 Sun Sep 14 20:01:48 PDT 2003
44 * phashes produced via fields::new() will now not warn when used for
45 forward compatiblity purposes
46 - Reformatting the docs to make them a bit more readable
47 - Making it clear that fields::new() is usable with or without
48 pseudohashes
49 * Fixing inheritence from classes which have only private fields
50 * Fixing inheritence when an intermediate class has no fields.
51 [perlbug 20020326.004]
52 - Removing uses of 'our' from tests for backwards compat.
53
542.02 Wed Sep 3 20:40:13 PDT 2003
55 - Merging the core fields.t test and my own long ago forked base.t test
56 into fields-base.t combining all tests
57
582.01 Thu Aug 28 13:39:32 PDT 2003
59 - Forgot to set the INSTALLDIRS to 'perl'
60
612.0 Wed Aug 27 21:47:51 PDT 2003
62 * Seperated from Class::Fields