[Bug 691451] New: Rebuild required to work correctly with perl 5.012003.

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 28 15:15:31 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Rebuild required to work correctly with perl 5.012003.

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

           Summary: Rebuild required to work correctly with perl 5.012003.
           Product: Fedora
           Version: 14
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: perl-Devel-Cover
        AssignedTo: tcallawa at redhat.com
        ReportedBy: berrange at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com
    Classification: Fedora
      Story Points: ---


Description of problem:
Any attempt to use perl-Devel-Cover in fully updated Fedora 14, results in a
warning printed

  This version of Devel::Cover was built with Perl version 5.012000.
  It is now being run with Perl version 5.012003.
  Attempting to make adjustments, but you may find that some of your modules do
  not have coverage data collected.  You may need to alter the +-inc, +-ignore
  and +-select options.

At the very least, this is obscuring real problems with doing coverage testing
of unit tests, but is also causing potentially incorrect results.

A simple rebuild of the RPM should solve it.

Version-Release number of selected component (if applicable):
perl-5.12.3-141.fc14.x86_64
perl-Devel-Cover-0.66-1.fc14.x86_64

How reproducible:
Always

Steps to Reproduce:
1.$ perl -MDevel::Cover -e ''
2.
3.

Actual results:
This version of Devel::Cover was built with Perl version 5.012000.
It is now being run with Perl version 5.012003.
Attempting to make adjustments, but you may find that some of your modules do
not have coverage data collected.  You may need to alter the +-inc, +-ignore
and +-select options.



Expected results:
No warning about incompatible versions

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the perl-devel mailing list