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

« back to all changes in this revision

Viewing changes to lib/Apache/TestConfigData.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
package Apache::TestConfigData;
 
2
 
 
3
use strict;
 
4
use warnings;
 
5
 
 
6
$Apache::TestConfigData::vars = {
 
7
 
 
8
};
 
9
 
 
10
1;
 
11
 
 
12
=head1 NAME
 
13
 
 
14
Apache::TestConfigData - Configuration file for Apache::Test
 
15
 
 
16
=cut