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=...").
Pkgsrc changes:
o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
Upstream changes:
1.01
- Remove unnecessary use of Data::Dump in test suite
- Work around perlbug 39634, where g++ 3.3 doesn't support
__attribute__((unused))
The package was created by Hiramatsu Yoshifumi, with some very small changes
by me:
- different wording in COMMENT
- BUILD_DEPENDS instead of DEPENDS. The required version of
p5-ExtUtils-CBuilder is not specified in Build.PL, so I left it that way.
- Added USE_LANGUAGES.
=====================================
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.
It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.