]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blob - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/B-RecDeparse.git] / Changes
1 Revision history for B-RecDeparse
2
3 0.10    2015-03-12 18:15 UTC
4         + Fix : [RT #99809] : Fix for 5.21.5
5                 Thanks Father Chrysostomos for reporting and contributing a
6                 patch.
7         + Tst : Work around a change of behaviour of B::Deparse in 5.21.x
8                 that causes sub references compiled inside "use strict 'vars'"
9                 to be fully qualified when deparsed.
10
11 0.09    2014-10-04 17:30 UTC
12         + Fix : [RT #99177] : Fix for 5.21.4.
13                 Thanks Father Chrysostomos for reporting and contributing a
14                 patch.
15
16 0.08    2013-09-01 17:30 UTC
17         This is a maintenance release. The code contains no functional change.
18         Satisfied users of version 0.07 can skip this update.
19         + Doc : POD headings are now properly linkable.
20         + Doc : Miscellaneous POD tweaks.
21
22 0.07    2013-08-21 21:15 UTC
23         This is a maintenance release. The code contains no functional change.
24         Satisfied users of version 0.06 can skip this update.
25         + Tst : Author tests are no longer bundled with this distribution.
26                 They are only made available to authors in the git repository.
27
28 0.06    2013-08-20 19:25 UTC
29         This is a maintenance release. The code contains no functional change.
30         Satisfied users of version 0.05 can skip this update.
31         + Tst : Some tests will no longer warn with development versions of
32                 B::Deparse.
33         + Tst : The Kwalitee test has been removed.
34
35 0.05    2011-02-27 21:15 UTC
36         + Chg : perl 5.8.1 is required.
37         + Fix : [RT #63842] : Breakage on some imported subs.
38                 This was actually a problem with how undeclared subroutines
39                 or @_ were deparsed.
40                 Thanks Kent Fredric for reporting and suggesting a fix.
41         + Fix : Empty or XS subroutines won't be (wrongly) deparsed anymore.
42         + Fix : Recursive subroutines won't be deparsed more than one level.
43         + Fix : Work around Kwalitee test misfailures.
44         + Upd : Resources in META.yml.
45
46 0.04    2008-11-12 19:50 UTC
47         + Fix : Compatibility with 5.8.9.
48         + Fix : Only fool single_delim when we're coming from B::RecDeparse.
49         + Tst : Function calls in other packages.
50         + Upd : META.yml spec updated to 1.4.
51
52 0.03    2008-08-20 14:30 UTC
53         + Fix : Bug when recursing into a sub that had a gv op which wasn't
54                 associated with a rv2cv.
55
56 0.02    2008-07-28 21:30 UTC
57         + Chg : Perl 5.8 is now required.
58         + Doc : POD nits.
59         + Fix : Empty README.
60         + Fix : Building on perls with a patchlevel.
61         + Tst : Skip a few harmless failures on perls older than 5.8.7.
62
63 0.01    2008-07-28 10:35 UTC
64         First version, released on an unsuspecting world.
65