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

« back to all changes in this revision

Viewing changes to xs/Apache2/Const/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
use lib qw(../lib);
 
2
use ModPerl::BuildMM ();
 
3
 
 
4
ModPerl::BuildMM::WriteMakefile(
 
5
    NAME => 'Apache2::Const',
 
6
    VERSION_FROM => 'Const.pm',
 
7
);