Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-Notifications CPAN distribution.

Report information
The Basics
Id: 129571
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-Notifications

People
Owner: AKRON [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.03
Fixed in: 1.04



Subject: "tempfile" is not exported by the Mojo::File module
The test suite fails on some of my smokers: ... "tempfile" is not exported by the Mojo::File module Can't continue after import errors at t/notifications-confirm.t line 4. BEGIN failed--compilation aborted at t/notifications-confirm.t line 4. t/notifications-confirm.t ... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... Maybe this happens if the installed Mojolicious is too old? In this case it would help to specify the minimum version in PREREQ_PM or so.
Thank you! You were right - the min version of Mojo predated tempfile! Am Di 14. Mai 2019, 14:12:08, SREZIC schrieb: Show quoted text
> The test suite fails on some of my smokers: > > ... > "tempfile" is not exported by the Mojo::File module > Can't continue after import errors at t/notifications-confirm.t line > 4. > BEGIN failed--compilation aborted at t/notifications-confirm.t line 4. > t/notifications-confirm.t ... > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > ... > > Maybe this happens if the installed Mojolicious is too old? In this > case it would help to specify the minimum version in PREREQ_PM or so.