Upstream changes:
0.200005 2013-12-11 08:03:08 America/New_York
- open DATA handles both :raw and :bytes to avoid content munging on
Win32 (thanks, Kenichi Ishigaki!)
- This is not yet a perfect solution for Win32.
0.200004 2013-12-01 21:31:02 America/New_York
- avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi
Ishigaki!)
0.200003 2013-11-02 07:57:52 America/New_York
[THIS MIGHT BREAK STUFF]
- stable release of 0.200002, no functional changes
0.200002 2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
[THIS MIGHT BREAK STUFF]
- add an "encoding" parameter to set encoding of data section contents;
this defaults to UTF-8 (thanks, David Golden!)
0.101622 2013-06-19 21:48:02 America/New_York
add a link to an Advent article about Data-Section
update bugtracker, repo, etc.
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!
0.100270) to version 0.100.770 (upstream version 0.100770).
Upstream changes:
0.100770 2010-03-18 08:05:46 America/New_York
this release's changes courtesy of Tatsuhiko Miyagawa:
__END__ now ends the whole data section; ignore_end may come someday
empty data lines between __DATA__ and first section are ignored
to ${PERL5_LICENSE} according to META.json
Upstream changes:
0.091820 2009-07-01 18:25:50 UTC
add docs on using ForMethod to avoid autocleaning (thanks, Kent
Fredric)
0.006 2008-11-23
remove smoke tests that did nothing useful; thanks Florian
Data::Section provides an easy way to access multiple named chunks
of line-oriented data in your module's DATA section. It was written
to allow modules to store their own templates, but probably has
other uses.