~ubuntu-branches/ubuntu/quantal/libapache-session-wrapper-perl/quantal

« back to all changes in this revision

Viewing changes to Build.PL

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2006-10-06 15:28:34 UTC
  • mfrom: (0.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061006152834-lzd9e40ixngoousk
Tags: 0.33-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                               'Params::Validate' => 0.70,
16
16
                               'Scalar::Util'     => 0,
17
17
                             },
18
 
          build_requires => { 'Apache::Test'  => 0,
 
18
          build_requires => { 'File::Spec'    => 0,
 
19
                              'File::Temp'    => 0,
19
20
                              'Module::Build' => 0,
20
 
                              'File::Spec'    => 0,
21
 
                              'File::Temp'    => 0,
22
21
                            },
23
 
          create_makefile_pl => 'passthrough',
 
22
          create_makefile_pl => 'traditional',
24
23
        );
25
24
 
26
25
$build->create_build_script;
27
 
$build->add_to_cleanup( 't/session' );
 
26
$build->add_to_cleanup( qw( t/session t/conf/apreq2.conf t/conf/skip ) );