Subject: | Missing build dependency, Date::Parse |
Hello,
It appears that test 20_cookie_baker_bake.t, uses Date::Parse but that is not included as a test dep.
chmod 755 blib/arch/auto/HTTP/XSCookies/XSCookies.so
"/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XSCookies.bs blib/arch/auto/HTTP/XSCookies/XSCookies.bs 644
Running Mkbootstrap for HTTP::XSCookies ()
chmod 644 "XSCookies.bs"
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
t/10_bake_crush.t .......... ok
Can't locate Date/Parse.pm in @INC (you may need to install the Date::Parse module) (@INC contains: /root/.cpanm/work/1500579072.7/HTTP-XSCookies-0.000011/blib/lib /root/.cpanm/work/1500579072.7/HTTP-XSCookies-0.000011/blib/arch /usr/local/lib/perl5/site_perl/5.24.1/x86_64-linux /usr/local/lib/perl5/site_perl/5.24.1 /usr/local/lib/perl5/5.24.1/x86_64-linux /usr/local/lib/perl5/5.24.1 .) at t/20_cookie_baker_bake.t line 4.
BEGIN failed--compilation aborted at t/20_cookie_baker_bake.t line 4.
t/20_cookie_baker_bake.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/20_cookie_baker_crush.t .. ok
t/30_cookie_baker_xs.t ..... ok
t/80_memory_leak.t ......... skipped: Test::MemoryGrowth is needed for this test