summaryrefslogtreecommitdiffstats
path: root/perl-install/verify_c
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/verify_c')
-rwxr-xr-xperl-install/verify_c2
1 files changed, 1 insertions, 1 deletions
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";
}