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

« back to all changes in this revision

Viewing changes to ModPerl-Registry/t/closure.t

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-24 02:48:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060324024844-73oxqkcj2jmlmh2t
Tags: 2.0.2-2build1
Fake sync to bring in new upstream bugfixes, UVF exception by mdz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
my @modules = qw(registry registry_bb perlrun);
19
19
 
20
 
plan tests => 6, need 'mod_alias.c';
 
20
plan tests => 6, need [qw(mod_alias.c HTML::HeadParser)];
21
21
 
22
22
my $cfg = Apache::Test::config();
23
23