Bug 641339
| Summary: | Review Request: perl-Const-Fast - Const::Fast Perl module | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Rintel <lkundrak> |
| Component: | Package Review | Assignee: | Marcela Mašláňová <mmaslano> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | fedora-package-review, lkundrak, mmahut, notting |
| Target Milestone: | --- | Flags: | mmaslano:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-02 19:18:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 641341 | ||
|
Description
Lubomir Rintel
2010-10-08 13:29:19 UTC
SPEC: http://v3.sk/~lkundrak/SPECS/perl-Const-Fast.spec SRPM: http://v3.sk/~lkundrak/SRPMS/perl-Const-Fast-0.006-1.el5_5.src.rpm Description: This the only function of this module and it is exported by default. It takes a scalar, array or hash lvalue as first argument, and a list of one or more values depending on the type of the first argument as the value for the variable. It will set the variable to that value and subsequently make it readonly. Arrays and hashes will be made deeply readonly. According to Build.PL should be Sub::Exporter required. Specfile looks ok even for EL-5 branch. (In reply to comment #2) > According to Build.PL should be Sub::Exporter required. Specfile looks ok even > for EL-5 branch. It is, the autoreq generator drags it in: $ rpm -q --requires perl-Const-Fast |grep Export perl(Sub::Exporter) OK. Thank you. New Package SCM Request ======================= Package Name: perl-Const-Fast Short Description: Const::Fast Perl module Owners: lkundrak Branches: f13 f14 el6 Git done (by process-git-requests). Imported and built. |