Fri, 19 Apr 2024 00:12:15 UTC | login

Information for build perl-true-1.0.1-4.fc33

ID136977
Package Nameperl-true
Version1.0.1
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-true.git#986c3102c5c848dda4c7d609c830fca257de8d88
SummaryAutomatically return a true value when a file is required
DescriptionPerl'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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Mar 2020 15:07:22 UTC
CompletedThu, 26 Mar 2020 15:23:20 UTC
Taskbuild (f33, /rpms/perl-true.git:986c3102c5c848dda4c7d609c830fca257de8d88)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-true.git#986c3102c5c848dda4c7d609c830fca257de8d88'}}
Tags
f33
RPMs
src
perl-true-1.0.1-4.fc33.src.rpm (info) (download)
riscv64
perl-true-1.0.1-4.fc33.riscv64.rpm (info) (download)
perl-true-debuginfo-1.0.1-4.fc33.riscv64.rpm (info) (download)
perl-true-debugsource-1.0.1-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.0.1-2 - Perl 5.30 rebuild * Tue Mar 12 2019 Paul Howarth <paul@city-fan.org> - 1.0.1-1 - 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 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-17 - Perl 5.28 rebuild