File: Build.PL

package info (click to toggle)
libtext-lorem-perl 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 92 kB
  • ctags: 11
  • sloc: perl: 122; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl


use Module::Build;
# See perldoc Module::Build for details of how this works

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