Skip Menu |

This queue is for tickets about the Sepia CPAN distribution.

Report information
The Basics
Id: 103979
Status: new
Priority: 0/
Queue: Sepia

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.992
  • 0.992_01
Fixed in: (no value)



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.