| Name: | rh-perl524-perl-Data-Section |
|---|---|
| Version: | 0.200006 |
| Release: | 8.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 41434 |
| License: | GPL+ or Artistic |
| RPM: | rh-perl524-perl-Data-Section-0.200006-8.el7.noarch.rpm |
| Source RPM: | rh-perl524-perl-Data-Section-0.200006-8.el7.src.rpm |
| Build Date: | Wed Dec 07 2016 |
| Build Host: | x86-ol7-builder-01.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. |
- SCL
- 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