Name: | perl-true |
---|---|
Version: | 1.0.1 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 38879 |
License: | Artistic 2.0 |
RPM: | perl-true-1.0.1-1.el8.x86_64.rpm |
Source RPM: | perl-true-1.0.1-1.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/true |
Summary: | Automatically return a true value when a file is required |
Description: | Perl's require built-in (and its use wrapper) requires the files it loads to return a true value. This is usually accomplished by placing a single 1; statement at the end of included scripts or modules. It's not onerous to add but it's a speed bump on the Perl novice's road to enlightenment. In addition, it appears to be a non-sequitur to the uninitiated, leading some to attempt to mitigate its appearance with a comment: 1; # keep require happy or: 1; # Do not remove this line or even: 1; # Must end with this, because Perl is bogus. This module packages this "return true" behavior so that it need not be written explicitly. It can be used directly, but it is intended to be invoked from the import method of a Modern::Perl-style module that enables modern Perl features and conveniences and cleans up legacy Perl warts. |
- Update to 1.0.1 - Fix breakage when using Moo/Moose and Function::Parameters on perl < 5.24 (CPAN RT#124745) - Add t/rt-124745.t - Update ppport.h from 3.19 → 3.44 - License changed from (GPL+ or Artistic) to Artistic 2.0 - Modernize spec using features from ExtUtils::MakeMaker ≥ 6.76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- BR: gcc - Drop legacy Group: tag
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild