~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to WrapXS/Apache/ServerUtil/ServerUtil.pm

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
# /*
 
3
#  * *********** WARNING **************
 
4
#  * This file generated by ModPerl::WrapXS/0.01
 
5
#  * Any changes made here will be lost
 
6
#  * ***********************************
 
7
#  * 01: lib/ModPerl/Code.pm:699
 
8
#  * 02: lib/ModPerl/WrapXS.pm:540
 
9
#  * 03: lib/ModPerl/WrapXS.pm:1054
 
10
#  * 04: Makefile.PL:290
 
11
#  * 05: Makefile.PL:238
 
12
#  * 06: Makefile.PL:49
 
13
#  */
 
14
 
15
 
 
16
 
 
17
package Apache::ServerUtil;
 
18
 
 
19
use strict;
 
20
use warnings FATAL => 'all';
 
21
 
 
22
 
 
23
use Apache::XSLoader ();
 
24
our $VERSION = '0.01';
 
25
Apache::XSLoader::load __PACKAGE__;
 
26
 
 
27
 
 
28
 
 
29
1;
 
30
__END__