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
I am trying to install Pegex on Windows 10 with Strawberry Perl version 5.30.1:
>gmake test
Skip blib\lib\auto\share\dist\Pegex\pegex.pgx (unchanged)
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/000-compile-modules.t ... ok
t/api.t ................... ok
t/author-pod-syntax.t ..... skipped: these tests are for testing by the author
t/compiler-checks.t ....... 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler-checks.t ....... No subtests run
t/compiler-equivalence.t .. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler-equivalence.t .. No subtests run
t/compiler-perl.t ......... 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler-perl.t ......... No subtests run
t/compiler.t .............. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler.t .............. No subtests run
t/error.t ................. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/error.t ................. No subtests run
t/export-api.t ............ ok
t/flatten.t ............... ok
t/function-rule.t ......... ok
t/grammar-api.t ........... ok
t/look-behind.t ........... ok
t/optimize.t .............. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/optimize.t .............. No subtests run
t/parse.t ................. ok
t/repeat.t ................ ok
t/safe.t .................. Use of uninitialized value $ENV{"TRAVIS"} in string eq at t/safe.t line 8.
t/safe.t .................. ok
t/sample.t ................ try_contact >Name: Ingy Net\nPhone: 919-876-...<
try_name_section >Name: Ingy Net\nPhone: 919-876-...<
try_name >Ingy Net\nPhone: 919-876-5432\nA...<
got_name
try_EOL >\nPhone: 919-876-5432\nAddress:\n...<
got_EOL
got_name_section
try_phone_section >Phone: 919-876-5432\nAddress:\n ...<
try_phone_number >919-876-5432\nAddress:\n 1234 M...<
try_term >919-876-5432\nAddress:\n 1234 M...<
got_term
got_phone_number
try_EOL >\nAddress:\n 1234 Main St\n Nic...<
got_EOL
got_phone_section
try_address_section >Address:\n 1234 Main St\n Nice...<
try_street_line > 1234 Main St\n Niceville\n O...<
try_indent > 1234 Main St\n Niceville\n O...<
got_indent
try_street >1234 Main St\n Niceville\n OK\n<
got_street
try_EOL >\n Niceville\n OK\n<
got_EOL
got_street_line
try_city_line > Niceville\n OK\n<
try_indent > Niceville\n OK\n<
got_indent
try_city >Niceville\n OK\n<
try_term >Niceville\n OK\n<
got_term
got_city
try_EOL >\n OK\n<
got_EOL
got_city_line
try_country_line > OK\n<
try_indent > OK\n<
got_indent
try_country >OK\n<
try_term >OK\n<
got_term
got_country
try_EOL >\n<
got_EOL
got_country_line
got_address_section
got_contact
t/sample.t ................ ok
t/tree-pegex.t ............ 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/tree-pegex.t ............ No subtests run
t/tree.t .................. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/tree.t .................. No subtests run
Test Summary Report
-------------------
t/compiler-checks.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/compiler-equivalence.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/compiler-perl.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/compiler.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/error.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/optimize.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/tree-pegex.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/tree.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=20, Tests=41, 5 wallclock secs ( 0.19 usr + 0.06 sys = 0.25 CPU)
Result: FAIL
Failed 8/20 test programs. 0/41 subtests failed.
gmake: *** [Makefile:910: test_dynamic] Error 255
The text was updated successfully, but these errors were encountered:
I am trying to install
Pegex
on Windows 10 with Strawberry Perl version 5.30.1:The text was updated successfully, but these errors were encountered: