~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to util/xs_check.pl

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-08-12 01:40:38 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050812014038-gjigefs55pqx4qc8
Tags: 2.0.1-3
Grr.  Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
my $function_map = $check{functions};
51
51
my @missing;
52
52
 
53
 
for my $entry (@$Apache::FunctionTable) {
 
53
for my $entry (@$Apache2::FunctionTable) {
54
54
    my $func;
55
55
    my $name = $entry->{name};
56
56
    next if $unmapped{$name};