[Bug 998465] New: Review Request: perl-true - Automatically return a true value when a file is required

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 19 11:31:14 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=998465

            Bug ID: 998465
           Summary: Review Request: perl-true - Automatically return a
                    true value when a file is required
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nobody at fedoraproject.org
          Reporter: paul at city-fan.org
        QA Contact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org



Spec URL:
http://subversion.city-fan.org/repos/cfo-repo/perl-true/branches/fedora/perl-true.spec
SRPM URL:
http://www.city-fan.org/~paul/extras/perl-true/perl-true-0.18-2.fc20.src.rpm

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.

Fedora Account System Username: pghmcfc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cMUsv9UhcM&a=cc_unsubscribe


More information about the package-review mailing list