Skip Menu |

This queue is for tickets about the Text-Format-Screenplay CPAN distribution.

Report information
The Basics
Id: 112845
Status: new
Priority: 0/
Queue: Text-Format-Screenplay

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

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



Subject: PDF::Create is now strict about parameters
Current versions of PDF::Create are strict about input parameters and die on unknown/unhandled ones. This is causing the test suite to fail: PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.8t/bin/perl5.23.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t PDF::Create.pm - new_page(): Received invalid key [Media-Box] at /tmpfs/.cpan-build-cpansand/2016030906/Text-Format-Screenplay-0.01-v3cpqy/blib/lib/Text/Format/Screenplay.pm line 113. # Looks like your test exited with 25 just after 1. t/Text-Format-Screenplay.t .. Dubious, test returned 25 (wstat 6400, 0x1900) All 1 subtests passed
On 2016-03-09 02:25:10, SREZIC wrote: Show quoted text
> Current versions of PDF::Create
With 1.19 and later it fails, with 1.10 and older it's fine: http://analysis.cpantesters.org/solved?distv=Text-Format-Screenplay-0.01#fail%3At%2FText-Format-Screenplay.t Show quoted text
> are strict about input parameters and > die on unknown/unhandled ones. This is causing the test suite to fail: > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.8t/bin/perl5.23.8" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > PDF::Create.pm - new_page(): Received invalid key [Media-Box] at > /tmpfs/.cpan-build-cpansand/2016030906/Text-Format-Screenplay-0.01- > v3cpqy/blib/lib/Text/Format/Screenplay.pm line 113. > # Looks like your test exited with 25 just after 1. > t/Text-Format-Screenplay.t .. > Dubious, test returned 25 (wstat 6400, 0x1900) > All 1 subtests passed