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

« back to all changes in this revision

Viewing changes to ModPerl-Registry/t/SMOKE

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-10-04 00:36:16 UTC
  • Revision ID: james.westby@ubuntu.com-20051004003616-1br6dcd17w856siv
Tags: 2.0.1-4
* The I'm-tired-of-maintaining-stuff-I-don't-use release.
* Build pod docs in the package; thanks to
  Morten Bøgeskov <morten@bogeskov.dk> (closes: #329270).
* Make perl.conf a bit more, umm, descriptive (closes: #323142).
* Add a -doc package, include docs/ subdir in there (closes: #285588).
* Kill a bashism in the postinst script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
# WARNING: this file is generated, do not edit
 
3
# 01: Apache-Test/lib/Apache/TestConfig.pm:923
 
4
# 02: Apache-Test/lib/Apache/TestConfig.pm:1013
 
5
# 03: Apache-Test/lib/Apache/TestSmoke.pm:778
 
6
# 04: ./Makefile.PL:32
 
7
# 05: /usr/share/perl/5.8/ExtUtils/MakeMaker.pm:181
 
8
# 06: /usr/share/perl/5.8/ExtUtils/MakeMaker.pm:170
 
9
# 07: /usr/share/perl/5.8/ExtUtils/MakeMaker.pm:589
 
10
# 08: /usr/share/perl/5.8/ExtUtils/MakeMaker.pm:53
 
11
# 09: lib/ModPerl/BuildMM.pm:131
 
12
# 10: Makefile.PL:88
 
13
 
 
14
BEGIN { eval { require blib && blib->import; } }
 
15
 
 
16
use strict;
 
17
use warnings FATAL => 'all';
 
18
 
 
19
use lib qw(
 
20
    /home/dilinger/src/libapache2-mod-perl2-2.0.1/lib
 
21
    /home/dilinger/src/libapache2-mod-perl2-2.0.1/Apache-Test/lib
 
22
    /home/dilinger/src/libapache2-mod-perl2-2.0.1/t/lib
 
23
);
 
24
 
 
25
 
 
26
use Apache::TestSmokePerl;
 
27
Apache::TestSmokePerl->new(@ARGV)->run;
 
 
b'\\ No newline at end of file'