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

« back to all changes in this revision

Viewing changes to t/conf/post_config_startup.pl

  • 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:
81
81
    Apache2::Status->menu_item(
82
82
       'test_menu' => "Test Menu Entry",
83
83
       sub {
84
 
           my($r) = @_;
 
84
           my ($r) = @_;
85
85
           return ["This is just a test entry"];
86
86
       }
87
87
    ) if Apache2::Module::loaded('Apache2::Status');
130
130
}
131
131
 
132
132
sub ModPerl::Test::exit_handler {
133
 
    my($p, $s) = @_;
 
133
    my ($p, $s) = @_;
134
134
 
135
135
    $s->log->info("Child process pid=$$ is exiting");
136
136