1.27 2013.03.21 SAPER (Sébastien Aperghis-Tramoni)
[CODE] Updated from bleadperl:
- Remove a reference to a non-existent module (Karl Williamson)
- Make utf8 downgrading version dependent in order to avoid
unconditional loading of utf8_heavy.pl (Brad Gilbert)
1.25 2013.01.19 SAPER (Sébastien Aperghis-Tramoni)
[CODE] Updated from bleadperl:
- Remove 5.6-isms (Sébastien Aperghis-Tramoni)
1.24 2013.01.07 SAPER (Sébastien Aperghis-Tramoni)
[CODE] Updated from bleadperl:
- Disable the UTF8 downgrade when unnecessary (Father Chrysostomos)
- Restore compatibility with Perl 5.8 (Sébastien Aperghis-Tramoni)
- Skip t/utf8.t on Perl before 5.8.4 (Sébastien Aperghis-Tramoni)
[DIST] Perl-RT #114050: Added meta-information in Makefile.PL to
reflect that the module is maintained by P5P.
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.
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!
scheduled update of net/p5-SOAP-Lite. Since 1.14 multiple constants
are allowed.
This pragma allows constants to be declared at compile-time.
When a constant is used in an expression, Perl replaces it with its value at
compile time, and may then optimize the expression further. In particular,
any code in an if (CONSTANT) block will be optimized away if the constant
is false.