Name: | perl-perl5i |
---|---|
Version: | 2.13.0 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 337531 |
License: | GPL+ or Artistic |
RPM: | perl-perl5i-2.13.0-1.el7.aarch64.rpm |
Source RPM: | perl-perl5i-2.13.0-1.el7.src.rpm |
Build Date: | Wed Nov 21 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/perl5i |
Summary: | Fix as much of Perl 5 as possible in one pragma |
Description: | Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing existing core functions and changing defaults. It will likely not be 100% backwards compatible with Perl 5, though it will be 99%, perl5i will try to have a lexical effect. Please add to this imaginary world and help make it real, either by telling me what Perl looks like in your imagination (http://github.com/schwern/perl5i/issues) or make a fork (forking on github is like a branch you control) and implement it yourself. |
- Update to 2.13.0 - $scalar->path will return a Path::Tiny object using the contents of $scalar, which makes working with files much, much easier (GH#229, GH#247) - The project has moved to the evalEmpire organization to allow broader project admin options (http://github.com/evalEmpire/perl5i) - Added a project rationale (GH#226, GH#252) - Fixed a crash if the perl5i command line is fed a null byte (GH#269, GH#273) - Stop using deprecated Hash::StoreIterator::eech() (GH#270) - The methods() meta method now ignores subroutines declared with func() (GH#222, GH#253) - Use %license
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Add missing dependencies (#998496) - BR: perl(lib) for the build process - BR: perl(Carp), perl(Data::Dumper), perl(Encode), perl(File::Spec), perl(if), perl(IO::Handle), perl(POSIX), perl(Scalar::Util) and perl(Sub::Name) for the module - BR: perl(Config), perl(Exporter), (File::Temp) and perl(PerlIO) for the test suite - R: perl(Data::Dumper), perl(File::Spec) and perl(if) for runtime
- Sanitize for Fedora submission
- Initial RPM version