Upstream changes:
0.102 2013-11-02 11:36:22 America/New_York
- revert the IO::String changes found in 0.101
0.101 2013-11-02 08:00:43 America/New_York
[THIS MIGHT BREAK YOUR CODE]
- tweak how read_string handles non-ASCII strings; needs further
automated testing, so be sure to run your test suites
0.100 2013-10-18 15:55:59 America/New_York (TRIAL RELEASE)
[THIS MIGHT BREAK YOUR CODE]
- add binmode option to set binmode on opened filehandles; this
defaults to encoding(UTF-8); thanks, David Golden!
- typo fix by the inimitable David Steinbrunner
0.004 2013-06-18 17:30:31 America/New_York
repackage
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!
Packages Collection.
The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers
provide methods for handling reading from or writing to strings or
files designated by name: only a method to handle file handles has
to be provided.