--------------
0.14 2015-04-24 03:26:54Z
- remove mandatory dependencies for optional test
- mark the test with B::C as TODO, as it seems to fail frequently and
should not block normal installations
0.12 2014-09-04 07:28:59Z
- fix licence in LICENSE and pod
0.11 2014-08-20 04:44:25Z (TRIAL RELEASE)
- move variable declaration to fix warning under
-Werror=declaration-after-statement, to allow compilation under MSVC
(J.R.Mash, github #3)
0.10 2014-08-16 00:46:35Z (TRIAL RELEASE)
- converted distribution packaging to Dist::Zilla
0.09 -- 2014-08-09
- Copy the contents of the %DB::sub entry if it exists; fixes
Devel::NYTProf's anon sub handling (RT#50524, ilmari)
0.08 -- 2014-08-04
- Fix leak when setting a fully-qualified name (ilmari, github#1)
Changes from previous:
----------------------
0.07 -- 2014-07-11
- skip optional test if B::C 1.48 is not installed (Reini Urban)
0.06 -- 2014-07-10
* Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
RT#96893 (Reini Urban)
* add README make target
* add more distribution metadata
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
pkgsrc changes:
- add license definition
Upstream changes:
0.05 -- Wed Sep 8 00:51 CEST 2010
* Stop using the padlist to refcount GVs. Instead use regular magic. This
allows various modules, including B::Deparse, to safely peek into pads of
(re)named subs (Closes RT#42725) (Goro Fuji).
* Support perl >= 5.13.3 by using the new CvGV_set interface there
(Closes RT#59558).
* Stop using the deprecated PL_no_symref (Closes RT#57843).
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").