Subject: | t/ack-g.t fails when dh-make-perl has been run |
after I've run dh-make-perl, there is a debian/changelog file in the
source tree. hence I get
t/ack-g...........NOK 4/4
# Failed test 'Looking for g$'
# in t/ack-g.t at line 74.
# Structures begin differing at:
# $got->[0] = 'debian/changelog'
# $expected->[0] = 't/swamp/moose-andy.jpg'
# Looks like you failed 1 test of 4.
if you change the test to be slightly less generic (i.e. search for
/jpg$/) everything is ok.