Skip Menu |

This queue is for tickets about the Module-Install-ReadmeFromPod CPAN distribution.

Report information
The Basics
Id: 120281
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Module-Install-ReadmeFromPod

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

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



Subject: t/05_cleanpdf.t fails (0.28)
On some of my smokers one test fails: ... # syntax error at Makefile.PL line 9, near "my \" # Global symbol "@options" requires explicit package name at Makefile.PL line 9. # Global symbol "@options" requires explicit package name at Makefile.PL line 10. # Global symbol "@options" requires explicit package name at Makefile.PL line 11. # Global symbol "@options" requires explicit package name at Makefile.PL line 12. # Global symbol "@options" requires explicit package name at Makefile.PL line 13. # Global symbol "@options" requires explicit package name at Makefile.PL line 14. # Global symbol "@options" requires explicit package name at Makefile.PL line 15. # Global symbol "@options" requires explicit package name at Makefile.PL line 16. # Global symbol "@options" requires explicit package name at Makefile.PL line 17. # Execution of Makefile.PL aborted due to compilation errors. # include /usr/home/eserte/.cpan/build/2017021715/Module-Install-ReadmeFromPod-0.28-2/dist/Xm7nsqVGUw/inc/Module/Install.pm # Failed test 'Exists: 'inc/Module/Install/ReadmeFromPod.pm'' # at t/05_cleanpdf.t line 66. # Failed test 'There is a Foobar.txt file' # at t/05_cleanpdf.t line 67. # Failed test 'There is a Foobar.htm file' # at t/05_cleanpdf.t line 68. # Failed test 'There is a Foobar.man file' # at t/05_cleanpdf.t line 69. # Failed test 'There is a Foobar.pdf file' # at t/05_cleanpdf.t line 70. Can't open file 'Foobar.txt' for input: Datei oder Verzeichnis nicht gefunden at t/05_cleanpdf.t line 73. # Looks like your test exited with 2 just after 5. t/05_cleanpdf.t ...... Dubious, test returned 2 (wstat 512, 0x200) Failed 13/13 subtests ... This seems to happen only if App::pod2pdf is installed.
On Fri Feb 17 13:06:43 2017, SREZIC wrote: Show quoted text
> On some of my smokers one test fails: > > ... > # syntax error at Makefile.PL line 9, near "my \" > # Global symbol "@options" requires explicit package name at > Makefile.PL line 9. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 10. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 11. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 12. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 13. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 14. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 15. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 16. > # Global symbol "@options" requires explicit package name at > Makefile.PL line 17. > # Execution of Makefile.PL aborted due to compilation errors. > # include /usr/home/eserte/.cpan/build/2017021715/Module-Install- > ReadmeFromPod-0.28-2/dist/Xm7nsqVGUw/inc/Module/Install.pm > > # Failed test 'Exists: 'inc/Module/Install/ReadmeFromPod.pm'' > # at t/05_cleanpdf.t line 66. > > # Failed test 'There is a Foobar.txt file' > # at t/05_cleanpdf.t line 67. > > # Failed test 'There is a Foobar.htm file' > # at t/05_cleanpdf.t line 68. > > # Failed test 'There is a Foobar.man file' > # at t/05_cleanpdf.t line 69. > > # Failed test 'There is a Foobar.pdf file' > # at t/05_cleanpdf.t line 70. > Can't open file 'Foobar.txt' for input: > Datei oder Verzeichnis nicht gefunden at t/05_cleanpdf.t line 73. > # Looks like your test exited with 2 just after 5. > t/05_cleanpdf.t ...... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 13/13 subtests > ... > > > This seems to happen only if App::pod2pdf is installed.
Thanks. I have released 0.30 which fixes the issue.