From 7fe5f8b71356459a6062df5fca0236a502165b8c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Oct 1999 21:33:02 +0000 Subject: no_comment --- perl-install/verify_c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/verify_c') diff --git a/perl-install/verify_c b/perl-install/verify_c index a306348dd..520912cfe 100755 --- a/perl-install/verify_c +++ b/perl-install/verify_c @@ -6,7 +6,7 @@ eof && close ARGV; END { - $_ = join '', `cat c/c.xs.pm`; + $_ = join '', `cat c/stuff.xs.pm`; foreach $c (@c) { /$c->[0]/ or $err = print "$c->[1]:$c->[2]: $c->[0] not in c.xs\n"; } -- cgit v1.2.1