Bug 597982
| Summary: | version::Internals should be packaged in perl-version subpackage, not main perl package | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Marcela Mašláňová <mmaslano> |
| Component: | perl | Assignee: | Marcela Mašláňová <mmaslano> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.0 | CC: | cweyl, kasal, lkundrak, mmaslano, ovasik, paul, psplicha, rc040203, rvokal, syeghiay, tcallawa |
| Target Milestone: | rc | Keywords: | EasyFix, Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | perl-5.10.1-110.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 549306 | Environment: | |
| Last Closed: | 2010-11-11 14:54:01 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: | 549306 | ||
| Bug Blocks: | |||
|
Description
Marcela Mašláňová
2010-05-31 07:30:19 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Verified that version::Internals is now contained in the
perl-version package, both perldoc & man page work as expected:
# rpm -q perl perl-version
perl-5.10.1-115.el6.x86_64
perl-version-0.77-115.el6.x86_64
# rpm -ql perl | grep -i version
/usr/lib64/perl5/auto/Storable/BIN_VERSION_NV.al
/usr/lib64/perl5/auto/Storable/BIN_WRITE_VERSION_NV.al
/usr/share/perl5/unicore/version
# rpm -ql perl-version
/usr/share/man/man3/version.3pm.gz
/usr/share/man/man3/version::Internals.3pm.gz
/usr/share/perl5/version
/usr/share/perl5/version.pm
/usr/share/perl5/version.pod
/usr/share/perl5/version/Internals.pod
# man version::Internals
version::Internals(3pm)Perl Programmers Reference Guideversion::Internals(3pm)
NAME
version::Internal - Perl extension for Version Objects
DESCRIPTION
Overloaded version objects for all modern versions of
Perl. This documents the internal data representation and
underlying code for version.pm. See version.pod for daily
usage. This document is only useful for users writing a
subclass of version.pm or interested in the gory details.
What IS a version
For the purposes of this module, a version "number" is a
sequence of positive integer values separated by one or
more decimal points and optionally a single underscore.
This corresponds to what Perl itself uses for a version,
as well as extending the "version as number" that is
discussed in the various editions of the Camel book.
Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |