File: Build.PL

package info (click to toggle)
libcgi-application-perl 4.50-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 688 kB
  • sloc: perl: 1,368; sh: 38; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
use Module::Build;
# See perldoc Module::Build for details of how this works

Module::Build->new
    ( module_name     => 'CGI::Application::Plugin::ErrorPage',
      license         => 'perl',
      requires        => {
          'Test::More'       => 0,
          'CGI::Application' => 0,
          'Params::Validate' => 0, 
      },
    )->create_build_script;