Skip Menu |

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

Report information
The Basics
Id: 132718
Status: resolved
Priority: 0/
Queue: Net-API-Stripe

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

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



Subject: Can't locate Net/API/Stripe/Number.pm (v1.0.6)
Fails on some of my smokers: ... # Failed test 'use Net::API::Stripe::Number;' # at t/001_load.t line 122. # Tried to use 'Net::API::Stripe::Number'. # Error: Can't locate Net/API/Stripe/Number.pm in @INC (you may need to install the Net::API::Stripe::Number module) (@INC contains: /usr/home/cpansand/.cpan/build/2020052719/Net-API-Stripe-v1.0.6-4/blib/lib /usr/home/cpansand/.cpan/build/2020052719/Net-API-Stripe-v1.0.6-4/blib/arch /usr/perl5.28.1Dp/lib/site_perl/5.28.1/amd64-freebsd-ld /usr/perl5.28.1Dp/lib/site_perl/5.28.1 /usr/perl5.28.1Dp/lib/5.28.1/amd64-freebsd-ld /usr/perl5.28.1Dp/lib/5.28.1 .) at t/001_load.t line 122. # BEGIN failed--compilation aborted at t/001_load.t line 122. # Looks like you failed 1 test of 156. t/001_load.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/156 subtests ...
Forgot to update the test suite after removing an obsolete module. This is updated in version 1.0.7. Also, I have now automated the process to avoid recurrence.