Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=922745

            Bug ID: 922745
           Summary: Review Request: perl-Module-Load - Run-time require of
                    both modules and files
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected]

Spec URL: http://ppisar.fedorapeople.org/perl-Module-Load/perl-Module-Load.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-Module-Load/perl-Module-Load-0.24-1.fc20.src.rpm
Description:
If you consult "perldoc -f require" you will see that "require" will behave
differently when given a bare-word or a string. In the case of a string,
"require" assumes you are wanting to load a file. But in the case of
a bare-word, it assumes you mean a module.

This gives nasty overhead when you are trying to dynamically require modules
at run-time, since you will need to change the module notation to a file
notation fitting the particular platform you are on.

"load" eliminates the need for this overhead and will just DWYM.


Fedora Account System Username: ppisar

-- 
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=OGzSq6xmZH&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to