File: Build.PL

package info (click to toggle)
libtext-glob-perl 0.08-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 72 kB
  • ctags: 5
  • sloc: perl: 138; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use Module::Build;

Module::Build
  ->new( module_name => "Text::Glob",
         license     => 'perl',
         build_requires => {
             'Test::More' => 0,
         },
	 create_makefile_pl => 'traditional',
       )
  ->create_build_script;