Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-true-0.18-2.el7 RPM for aarch64

From EPEL 7 for aarch64 / Packages / p

Name: perl-true Distribution: Fedora Project
Version: 0.18 Vendor: Fedora Project
Release: 2.el7 Build date: Thu Oct 13 17:56:23 2016
Group: Development/Libraries Build host: buildvm-aarch64-03.arm.fedoraproject.org
Size: 80976 Source RPM: perl-true-0.18-2.el7.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/true
Summary: Automatically return a true value when a file is required
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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Mon Aug 19 2013 Paul Howarth <paul@city-fan.org> - 0.18-2
  - Sanitize for Fedora submission
* Fri Aug 16 2013 Paul Howarth <paul@city-fan.org> - 0.18-1
  - Initial RPM version

Files

/usr/lib64/perl5/vendor_perl/auto/true
/usr/lib64/perl5/vendor_perl/auto/true/true.so
/usr/lib64/perl5/vendor_perl/true
/usr/lib64/perl5/vendor_perl/true.pm
/usr/lib64/perl5/vendor_perl/true/VERSION.pm
/usr/share/doc/perl-true-0.18
/usr/share/doc/perl-true-0.18/Changes
/usr/share/doc/perl-true-0.18/README
/usr/share/man/man3/true.3pm.gz
/usr/share/man/man3/true::VERSION.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:53:38 2024