Name: | perl-Data-Section |
---|---|
Version: | 0.200006 |
Release: | 8.module+el8+5173+5d54a0c1 |
Architecture: | noarch |
Module: | perl:5.24:20190513090648:ee766497 |
Group: | Development/Libraries |
Size: | 41434 |
License: | GPL+ or Artistic |
RPM: | perl-Data-Section-0.200006-8.module+el8+5173+5d54a0c1.noarch.rpm |
Source RPM: | perl-Data-Section-0.200006-8.module+el8+5173+5d54a0c1.src.rpm |
Build Date: | Tue May 14 2019 |
Build Host: | ca-build101.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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild
- Perl 5.20 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- 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