Subject: | t/50expect.t fails if Test::Expect is installed |
Test log is as following:
t/03without.t ..... ok
# Failed test at /opt/perl-5.18.2/lib/site_perl/5.18.2/Test/Expect.pm line 86.
# got: ''
# expected: '$x = bless {}, X;'
# Failed test 'methods 2'
# at /opt/perl-5.18.2/lib/site_perl/5.18.2/Test/Expect.pm line 86.
# got: 'a x'
# expected: ',me $x
# a x'
# Failed test 'munge lexicals'
# at /opt/perl-5.18.2/lib/site_perl/5.18.2/Test/Expect.pm line 86.
# got: '3'
# expected: '$n = 3
# 3'
# Failed test 'munge lexicals'
# at /opt/perl-5.18.2/lib/site_perl/5.18.2/Test/Expect.pm line 86.
# got: '3'
# expected: '$n = 3
# 3'
# Looks like you failed 4 tests of 36.
t/50expect.t ......
Test suite is passing if Test::Expect is missing.