Skip to content

Instantly share code, notes, and snippets.

@colomon
Created June 2, 2013 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/5694107 to your computer and use it in GitHub Desktop.
Save colomon/5694107 to your computer and use it in GitHub Desktop.
smoker@melissa:~$ pandabrew/bin/pandabrew panda install DateTime::Format
==> Fetching DateTime::Format
==> Building DateTime::Format
Compiling lib/DateTime/Format.pm6
Compiling lib/DateTime/Format/Factory.pm6
Compiling lib/DateTime/Format/RFC2822.pm6
Compiling lib/DateTime/Format/Lang/FR.pm6
==> Testing DateTime::Format
t/01-strftime.t .. 1/4 use of uninitialized value of type Any in string context in sub strftime at lib/DateTime/Format.pm6:101
No such method 'substr' for invocant of type 'Any'
in sub strftime at lib/DateTime/Format.pm6:61
in sub strftime at lib/DateTime/Format.pm6:44
in block at t/01-strftime.t:27
t/01-strftime.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 2/4 subtests
t/05-rfc2822.t ... ok
Test Summary Report
-------------------
t/01-strftime.t (Wstat: 256 Tests: 2 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 4 tests but ran 2.
Files=2, Tests=3, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.91 cusr 0.20 csys = 1.13 CPU)
Result: FAIL
test stage failed for DateTime::Format: Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment