You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
The test suite fails on most of my smoker systems (various perls, various freebsd and linux systems):
syntax error at t/basic.t line 104, near "Storable::nstore ["
Type of arg 1 to Capture::Tiny::capture must be block or sub {} (not reference constructor) at t/basic.t line 111, near "};"
Type of arg 1 to Capture::Tiny::capture must be block or sub {} (not reference constructor) at t/basic.t line 125, near "};"
Type of arg 1 to Capture::Tiny::capture must be block or sub {} (not reference constructor) at t/basic.t line 152, near "};"
Type of arg 1 to Test::Fatal::exception must be block or sub {} (not reference constructor) at t/basic.t line 172, near "};"
Type of arg 1 to Capture::Tiny::capture must be block or sub {} (not reference constructor) at t/basic.t line 173, near "};"
Execution of t/basic.t aborted due to compilation errors.
t/basic.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Sometimes it's just
syntax error at t/basic.t line 104, near "Storable::nstore ["
Execution of t/basic.t aborted due to compilation errors.
t/basic.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The test suite fails on most of my smoker systems (various perls, various freebsd and linux systems):
Sometimes it's just
The text was updated successfully, but these errors were encountered: