Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ELF-Extract-Sections CPAN distribution.

Report information
The Basics
Id: 47554
Status: resolved
Priority: 0/
Queue: ELF-Extract-Sections

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.0102
Fixed in:
  • 0.0103
  • 0.0104
  • 0.0105



Hi Kent: I was packaging ELF::Extract::Sections for Debian, and came across some warnings during testing: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t Prototype mismatch: sub ELF::Extract::Sections::Section::coerce () vs none at /usr/share/perl5/Sub/Exporter.pm line 896 # Testing ELF::Extract::Sections 0.0102, Perl 5.010000, /usr/bin/perl t/00-load.t ....... ok t/boilerplate.t ... ok t/kwaliee.t ....... skipped: Test::Kwalitee not installed; skipping Prototype mismatch: sub ELF::Extract::Sections::Section::coerce () vs none at /usr/share/perl5/Sub/Exporter.pm line 896 t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. I'm not sure what they are, but being that they come up in your tests, and just from loading ELF::Extract::Sections, I assume that it is your fault. :D I would rather like if we could troubleshoot the issue and clean it up so that I can release the package as soon as possible :-) Cheers, Jonathan PS: not sure if you noticed the misspelling on 'kwalitee' for the kwalitee test...
On Sat Jul 04 00:09:19 2009, FREQUENCY wrote: Show quoted text
> Hi Kent: > > I was packaging ELF::Extract::Sections for Debian, and came across some > warnings during testing: > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t > Prototype mismatch: sub ELF::Extract::Sections::Section::coerce () vs > none at /usr/share/perl5/Sub/Exporter.pm line 896 > # Testing ELF::Extract::Sections 0.0102, Perl 5.010000, /usr/bin/perl > t/00-load.t ....... ok > t/boilerplate.t ... ok > t/kwaliee.t ....... skipped: Test::Kwalitee not installed; skipping > Prototype mismatch: sub ELF::Extract::Sections::Section::coerce () vs > none at /usr/share/perl5/Sub/Exporter.pm line 896 > t/pod-coverage.t .. ok > t/pod.t ........... ok > All tests successful. > > I'm not sure what they are, but being that they come up in your tests, > and just from loading ELF::Extract::Sections, I assume that it is your > fault. :D > > I would rather like if we could troubleshoot the issue and clean it up > so that I can release the package as soon as possible :-) > > Cheers, > > Jonathan > > PS: not sure if you noticed the misspelling on 'kwalitee' for the > kwalitee test...
These bugs occurring are due mostly to an API change in MX::H::S as at 3.0, and I belive I've fixed this in the git. I hope to fix this in the next release, there's been a few changes I made a while ago that will turn up as well, but have a few blockers that need resolving first. ( more release packaging problems atm ) Thanks for the bug report.
I believe this bug is as of 0.0103, fixed. http://github.com/kentfredric/ELF-Extract-Sections/blob/0.0103/META.yml If otherwise, please reopen this ticket.