Package Details: perl-datetimex-easy 0.091-1

Git Clone URL: https://aur.archlinux.org/perl-datetimex-easy.git (read-only, click to copy)
Package Base: perl-datetimex-easy
Description: Parse a date/time string using the best method available
Upstream URL: https://metacpan.org/release/DateTimeX-Easy
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: cpanbot
Last Packager: cpanbot
Votes: 0
Popularity: 0.000000
First Submitted: 2011-08-18 00:58 (UTC)
Last Updated: 2023-11-13 23:46 (UTC)

Latest Comments

bence98 commented on 2023-02-12 22:45 (UTC)

Another failing check()... 0.090 seems to fix this. 0.091 is the latest release, it builds correctly.

==> Starting check()...
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-basic.t ..... ok
t/02-tz-parse.t .. ok
t/03-parse.t ..... 1/?
#   Failed test at t/03-parse.t line 32.
#          got: 'America/New_York'
#     expected: '-0500'
# Looks like you failed 1 test of 18.
t/03-parse.t ..... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests

Test Summary Report
-------------------
t/01-basic.t   (Wstat: 0 Tests: 76 Failed: 0)
  TODO passed:   47-53
t/03-parse.t   (Wstat: 256 (exited 1) Tests: 18 Failed: 1)
  Failed test:  6
  Non-zero exit status: 1
Files=3, Tests=106,  3 wallclock secs ( 0.06 usr  0.01 sys +  2.02 cusr  0.14 csys =  2.23 CPU)
Result: FAIL
Failed 1/3 test programs. 1/106 subtests failed.
make: *** [Makefile:861: test_dynamic] Error 1
==> ERROR: A failure occurred in check().
    Aborting...