Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-CharmKit CPAN distribution.

Report information
The Basics
Id: 127823
Status: open
Priority: 0/
Queue: App-CharmKit

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

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



Subject: Unknown warnings category 'experimental'
Test suite fail with older perls: ... # Failed test 'use charm;' # at t/01-sugar.t line 11. # Tried to use 'charm'. # Error: Unknown warnings category 'experimental' at /home/cpansand/.cpan/build/2018112720/App-CharmKit-2.11-v4JHvj/blib/lib/charm.pm line 39. # BEGIN failed--compilation aborted at t/01-sugar.t line 11. Undefined subroutine &main::sh called at t/01-sugar.t line 12. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 1. t/01-sugar.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests ...
On 2018-11-27 13:30:27, SREZIC wrote: Show quoted text
> Test suite fail with older perls: > > ... > # Failed test 'use charm;' > # at t/01-sugar.t line 11. > # Tried to use 'charm'. > # Error: Unknown warnings category 'experimental' at > /home/cpansand/.cpan/build/2018112720/App-CharmKit-2.11- > v4JHvj/blib/lib/charm.pm line 39. > # BEGIN failed--compilation aborted at t/01-sugar.t line 11. > Undefined subroutine &main::sh called at t/01-sugar.t line 12. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 1. > t/01-sugar.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/1 subtests > ...
You can fix this with "use experimental 'your feature name';" -- https://metacpan.org/pod/experimental