Skip Menu |

This queue is for tickets about the Net-ACME CPAN distribution.

Report information
The Basics
Id: 128818
Status: rejected
Priority: 0/
Queue: Net-ACME

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

Bug Information
Severity: (no value)
Broken in: 0.16
Fixed in: (no value)



CC: exodist [...] cpan.org
Subject: Failed test 'overload.pm is not loaded at compile time'
Another problem with unexpectly loaded overload.pm, probably with recent Test::More (approx. >= 1.302160): # Failed test 'overload.pm is not loaded at compile time' # at t/Net-ACME-X_lazy.t line 10. # '/usr/perl5.16.3t/lib/site_perl/5.16.3/auto/Log/Agent/Priorities/autosplit.ix /usr/perl5.16.3t/lib/site_perl/5.16.3/auto/Log/Agent/autosplit.ix AutoLoader.pm Carp.pm Config.pm Config_git.pl Config_heavy.pl Cwd.pm DynaLoader.pm Encode.pm Encode/Alias.pm Encode/Config.pm Encode/Encoding.pm Encode/MIME/Name.pm Exporter.pm Exporter/Heavy.pm Fcntl.pm File/Spec.pm File/Spec/Unix.pm Importer.pm List/Util.pm Log/Agent.pm Log/Agent/Formatting.pm Log/Agent/Message.pm Log/Agent/Priorities.pm MIME/Charset.pm Net/ACME/X.pm POSIX.pm PerlIO.pm Scalar/Util.pm Storable.pm Term/ReadKey.pm Term/Size/Any.pm Term/Size/Perl.pm Term/Size/Perl/Params.pm Term/Table.pm Term/Table/Cell.pm Term/Table/HashBase.pm Term/Table/LineBreak.pm Term/Table/Util.pm Test/Builder.pm Test/Builder/Formatter.pm Test/Builder/Module.pm Test/Builder/TodoDiag.pm Test/More.pm Test2/API.pm Test2/API/Context.pm Test2/API/Instance.pm Test2/API/Stack.pm Test2/Event.pm Test2/Event/Bail.pm Test2/Event/Diag.pm Test2/Event/Exception.pm Test2/Event/Fail.pm Test2/Event/Note.pm Test2/Event/Ok.pm Test2/Event/Pass.pm Test2/Event/Plan.pm Test2/Event/Skip.pm Test2/Event/Subtest.pm Test2/Event/V2.pm Test2/Event/Waiting.pm Test2/EventFacet.pm Test2/EventFacet/About.pm Test2/EventFacet/Amnesty.pm Test2/EventFacet/Assert.pm Test2/EventFacet/Control.pm Test2/EventFacet/Error.pm Test2/EventFacet/Hub.pm Test2/EventFacet/Info.pm Test2/EventFacet/Meta.pm Test2/EventFacet/Parent.pm Test2/EventFacet/Plan.pm Test2/EventFacet/Trace.pm Test2/Formatter.pm Test2/Formatter/TAP.pm Test2/Hub.pm Test2/Hub/Interceptor.pm Test2/Hub/Interceptor/Terminator.pm Test2/Hub/Subtest.pm Test2/Util.pm Test2/Util/ExternalMeta.pm Test2/Util/Facets2Legacy.pm Test2/Util/HashBase.pm Test2/Util/Trace.pm Tie/Hash.pm Unicode/GCString.pm Unicode/LineBreak.pm Unicode/LineBreak/Constants.pm XSLoader.pm base.pm bytes.pm constant.pm mro.pm overload.pm overloading.pm parent.pm strict.pm unicore/Heavy.pl unicore/lib/Gc/C.pl unicore/lib/Gc/Zl.pl unicore/lib/Gc/Zp.pl utf8.pm utf8_heavy.pl vars.pm warnings.pm warnings/register.pm' # matches '(?^:overload\.pm)' # Looks like you failed 1 test of 1. t/Net-ACME-X_lazy.t ............................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
RT-Send-CC: exodist [...] cpan.org
On 2019-03-12 02:23:28, SREZIC wrote: Show quoted text
> Another problem with unexpectly loaded overload.pm, probably with > recent Test::More (approx. >= 1.302160):
And probably additional optional modules have to be installed: Term::Table and Unicode::LineBreak. See https://rt.cpan.org/Ticket/Display.html?id=128809 Show quoted text
> > # Failed test 'overload.pm is not loaded at compile time' > # at t/Net-ACME-X_lazy.t line 10. > # > '/usr/perl5.16.3t/lib/site_perl/5.16.3/auto/Log/Agent/Priorities/autosplit.ix > /usr/perl5.16.3t/lib/site_perl/5.16.3/auto/Log/Agent/autosplit.ix > AutoLoader.pm Carp.pm Config.pm Config_git.pl Config_heavy.pl Cwd.pm > DynaLoader.pm Encode.pm Encode/Alias.pm Encode/Config.pm > Encode/Encoding.pm Encode/MIME/Name.pm Exporter.pm Exporter/Heavy.pm > Fcntl.pm File/Spec.pm File/Spec/Unix.pm Importer.pm List/Util.pm > Log/Agent.pm Log/Agent/Formatting.pm Log/Agent/Message.pm > Log/Agent/Priorities.pm MIME/Charset.pm Net/ACME/X.pm POSIX.pm > PerlIO.pm Scalar/Util.pm Storable.pm Term/ReadKey.pm Term/Size/Any.pm > Term/Size/Perl.pm Term/Size/Perl/Params.pm Term/Table.pm > Term/Table/Cell.pm Term/Table/HashBase.pm Term/Table/LineBreak.pm > Term/Table/Util.pm Test/Builder.pm Test/Builder/Formatter.pm > Test/Builder/Module.pm Test/Builder/TodoDiag.pm Test/More.pm > Test2/API.pm Test2/API/Context.pm Test2/API/Instance.pm > Test2/API/Stack.pm Test2/Event.pm Test2/Event/Bail.pm > Test2/Event/Diag.pm Test2/Event/Exception.pm Test2/Event/Fail.pm > Test2/Event/Note.pm Test2/Event/Ok.pm Test2/Event/Pass.pm > Test2/Event/Plan.pm Test2/Event/Skip.pm Test2/Event/Subtest.pm > Test2/Event/V2.pm Test2/Event/Waiting.pm Test2/EventFacet.pm > Test2/EventFacet/About.pm Test2/EventFacet/Amnesty.pm > Test2/EventFacet/Assert.pm Test2/EventFacet/Control.pm > Test2/EventFacet/Error.pm Test2/EventFacet/Hub.pm > Test2/EventFacet/Info.pm Test2/EventFacet/Meta.pm > Test2/EventFacet/Parent.pm Test2/EventFacet/Plan.pm > Test2/EventFacet/Trace.pm Test2/Formatter.pm Test2/Formatter/TAP.pm > Test2/Hub.pm Test2/Hub/Interceptor.pm > Test2/Hub/Interceptor/Terminator.pm Test2/Hub/Subtest.pm Test2/Util.pm > Test2/Util/ExternalMeta.pm Test2/Util/Facets2Legacy.pm > Test2/Util/HashBase.pm Test2/Util/Trace.pm Tie/Hash.pm > Unicode/GCString.pm Unicode/LineBreak.pm > Unicode/LineBreak/Constants.pm XSLoader.pm base.pm bytes.pm > constant.pm mro.pm overload.pm overloading.pm parent.pm strict.pm > unicore/Heavy.pl unicore/lib/Gc/C.pl unicore/lib/Gc/Zl.pl > unicore/lib/Gc/Zp.pl utf8.pm utf8_heavy.pl vars.pm warnings.pm > warnings/register.pm' > # matches '(?^:overload\.pm)' > # Looks like you failed 1 test of 1. > t/Net-ACME-X_lazy.t ............................. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests
Since further work on this module is unlikely given the recent EOL announcement, I’m just going to remove the offending test.
Fixed in the latest version.
I think this is fixed, but this module is about to be useless anyway since Let’s Encrypt is abandoning this version of their protocol.