./devel/p5-Data-Section, Perl 5 module to read multiple hunks of data out of your DATA section

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.101.620nb1, Package name: p5-Data-Section-0.101.620nb1, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5] [devel/p5-Sub-Exporter] [devel/p5-MRO-Compat]

Required to build:
[devel/p5-Test-Simple]

Master sites: (Expand)

SHA1: 3120a042764aa2344f71250c9befefe1bd0e1d03
RMD160: 19ea84f5cedc443df6fe0dedeb4b42dacbaeef00
Filesize: 14.331 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
   2010-07-14 19:19:23 by Stoned Elipot | Files touched by this commit (2) | Package updated
Log message:
Update p5-Data-Section from version 0.100.770 to version 0.101.620 (upstream \ 
version 0.101620).

Upstream changes:
0.101620  2010-06-11 08:14:32 America/New_York
          We now attempt to work with files with Win32 line endings, thanks to
          Christian Walde.
   2010-04-24 21:11:12 by Stoned Elipot | Files touched by this commit (2) | Package updated
Log message:
Update p5-Data-Section from version 0.100.270 (upstream version
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
   2010-02-15 15:55:36 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-Data-Section from 0.091.820 to 0.100.270

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.100270  2010-01-27 22:43:33 America/New_York
          switch from Class::ISA to MRO::Compat
          added *_section_names
          eliminate some duplicated code
   2009-07-08 00:38:10 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for Data::Section from 0.005 to 0.091.820 and set license
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
   2008-10-31 00:36:03 by Havard Eidnes | Files touched by this commit (3) | Imported package
Log message:
Import p5-Data-Section version 0.005.

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.