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

« back to all changes in this revision

Viewing changes to WrapXS/APR/UUID/Makefile.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:
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:343
9
 
#  * 03: lib/ModPerl/WrapXS.pm:1052
10
 
#  * 04: Makefile.PL:290
11
 
#  * 05: Makefile.PL:238
12
 
#  * 06: Makefile.PL:49
13
 
#  */
14
 
15
 
 
16
 
 
17
 
use lib qw(../../../lib); #for Apache::BuildConfig
18
 
use ModPerl::BuildMM ();
19
 
 
20
 
ModPerl::BuildMM::WriteMakefile(
21
 
    'NAME'    => 'APR::UUID',
22
 
    'VERSION' => '0.01',
23
 
    'depend'  => {
24
 
          'UUID.c' => ' /home/dilinger/src/libapache2-mod-perl2-1.99.14/xs/APR/UUID/APR__UUID.h'
25
 
        }
26
 
,
27
 
);