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

« back to all changes in this revision

Viewing changes to WrapXS/APR/Bucket/Bucket.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
 
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 APR::Bucket;
18
 
 
19
 
use strict;
20
 
use warnings FATAL => 'all';
21
 
 
22
 
 
23
 
use APR::XSLoader ();
24
 
our $VERSION = '0.01';
25
 
APR::XSLoader::load __PACKAGE__;
26
 
 
27
 
 
28
 
 
29
 
1;
30
 
__END__