| Name: | perl-Data-Section |
|---|---|
| Version: | 0.200006 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 42163 |
| License: | GPL+ or Artistic |
| RPM: | perl-Data-Section-0.200006-1.el7.noarch.rpm |
| Source RPM: | perl-Data-Section-0.200006-1.el7.src.rpm |
| Build Date: | Sat Oct 28 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Data-Section/ |
| Summary: | Read multiple hunks of data out of your DATA section |
| Description: | 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. |
- Update to 0.200006
- Skip tests on Win32 pre-5.14 related to line endings; perl munges the data
before we're able to get at it
- Update to 0.200005 - Open DATA handles both :raw and :bytes to avoid content munging on Win32 - This is not yet a perfect solution for Win32
- Update to 0.200004 - Avoid confusion between \n, \x0d\x0a, and Win32
- Update to 0.200003
[THIS MIGHT BREAK STUFF]
- Add an "encoding" parameter to set encoding of data section contents; this
defaults to UTF-8
- Drop support for old distributions as we now need Test::FailWarnings, which
isn't available there
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Update to 0.101622 - Add a link to an Advent article about Data-Section - Update bugtracker, repo, etc. - Run the release tests separately - BR: perl(base), perl(File::Find), perl(File::Temp) and perl(lib) for the test suite - Drop BR: perl(Pod::Coverage::TrustPod) and perl(Test::Pod::Coverage) as upstream has dropped their Pod coverage test - Update patch for building with old Test::More versions
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild