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

« back to all changes in this revision

Viewing changes to lib/ModPerl/ParseSource.pm

  • 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
 
# Copyright 2001-2004 The Apache Software Foundation
 
1
# Copyright 2001-2005 The Apache Software Foundation
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
16
16
 
17
17
use strict;
18
18
use Config ();
19
 
use Apache::ParseSource ();
 
19
use Apache2::ParseSource ();
20
20
 
21
 
our @ISA = qw(Apache::ParseSource);
 
21
our @ISA = qw(Apache2::ParseSource);
22
22
our $VERSION = '0.01';
23
23
 
24
24
sub includes {