Skip Menu |

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

Report information
The Basics
Id: 132253
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: 0.7



Subject: Undeclared dependency DateTime::Format::Strptime
Test suite fails if DateTime::Format::Strptime is not installed: ... Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Net::API::Stripe::Connect::Person;' # at t/001_load.t line 75. # Tried to use 'Net::API::Stripe::Connect::Person'. # Error: Can't locate DateTime/Format/Strptime.pm in @INC (you may need to install the DateTime::Format::Strptime module) (@INC contains: ... .) at /usr/home/cpansand/.cpan/build/2020032810/Net-API-Stripe-0.6-7/blib/lib/Net/API/Stripe/Connect/Person.pm line 19. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020032810/Net-API-Stripe-0.6-7/blib/lib/Net/API/Stripe/Connect/Person.pm line 19. # Compilation failed in require at t/001_load.t line 75. # BEGIN failed--compilation aborted at t/001_load.t line 75. # Looks like you failed 1 test of 161. t/001_load.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/161 subtests ...