-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
I recently built perl 5.36 on Windows 10 using the tool chain from Strawberry Perl 5.32. On building Module-Find 0.15, I see the following errors:
# Failed test at t/07-symlinks.t line 21.
Use of uninitialized value $l[0] in string eq at t/07-symlinks.t line 22.
# Failed test at t/07-symlinks.t line 22.
# Failed test at t/07-symlinks.t line 25.
Use of uninitialized value $l[0] in string eq at t/07-symlinks.t line 26.
# Failed test at t/07-symlinks.t line 26.
Use of uninitialized value $l[1] in string eq at t/07-symlinks.t line 27.
# Failed test at t/07-symlinks.t line 27.
# Failed test at t/07-symlinks.t line 42.
Use of uninitialized value $l[0] in string eq at t/07-symlinks.t line 43.
# Failed test at t/07-symlinks.t line 43.
# Failed test at t/07-symlinks.t line 46.
Use of uninitialized value $l[0] in string eq at t/07-symlinks.t line 47.
# Failed test at t/07-symlinks.t line 47.
Use of uninitialized value $l[1] in string eq at t/07-symlinks.t line 48.
# Failed test at t/07-symlinks.t line 48.
# Looks like you failed 10 tests of 13.
The module builds with no problem using Strawberry Perl 5.32. Dependant module versions were:
Checking if you have File::Spec 0 ... Yes (3.84)
Checking if you have File::Find 0 ... Yes (1.40)
Checking if you have Test::More 0 ... Yes (1.302190)
Metadata
Metadata
Assignees
Labels
No labels