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
Do not know if this related to perl versions, though the following test fails for me on MSWin32 and perl 5.37.6:
Running Build test for GFUJI/Test-Vars-0.015.tar.gz
t/00_load.t .............. 1/1 # Testing Test::Vars/0.015
t/00_load.t .............. ok
t/01_all_vars_ok_self.t .. ok
t/02_no_warnings.t ....... 1/? # Test::Vars ignores CompileError.pm because: Intentional compile error.
# Test::Vars ignores ImplicitTopic.pm because: Can't use global $_ in "my" at t/lib/ImplicitTopic.pm line 6, near "my $_ "
t/02_no_warnings.t ....... ok
t/03_warned.t ............ ok
t/04_ignores.t ........... ok
t/05_test_vars.t ......... ok
t/06_vars_ok_self.t ...... ok
t/07_stub_sub_bug.t ...... 1/?
# Failed test 'got expected output from test_vars'
# at t/07_stub_sub_bug.t line 25.
# Structures begin differing at:
# $got->[0][2][1][1] = '$x is used once in &StubSub::foo '
# $expected->[0][2][1][1] = '$x is used once in &StubSub::foo at t/lib/StubSub.pm line 13'
# Looks like you failed 1 test of 2.
t/07_stub_sub_bug.t ...... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/08_undef_aux_list.t .... ok
t/09_array_slice.t ....... ok
t/10_my_sub.t ............ ok
The text was updated successfully, but these errors were encountered:
This appears to be the same problem as was reported in #47, which is currently unresolved.
This should be alleviated by the release of Test-Vars-0.016, which I hope to make by September 19. If you'd like, you can test out this tarball which contains most of the changes that will go into 0.016.
Hello,
Do not know if this related to perl versions, though the following test fails for me on MSWin32 and perl 5.37.6:
The text was updated successfully, but these errors were encountered: