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 b07355b2f..3e3dbdc1b 100755
--- a/perl-install/verify_c
+++ b/perl-install/verify_c
@@ -7,7 +7,7 @@
eof && close ARGV;
END {
- $_ = join '', `cat c/stuff.xs.pm`;
+ $_ = join '', `cat c/stuff.xs.pl`;
foreach $c (@c) {
/$c->[0]/ or $err = print "$c->[1]:$c->[2]: $c->[0] not in c.xs\n";
}