File: Build.PL

package info (click to toggle)
libfile-slurp-unicode-perl 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 142; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use Module::Build;
Module::Build->new(
    module_name => 'File::Slurp::Unicode',
    license     => 'perl',
    dist_author => 'David Caldwell <david@porkrind.org>',
    requires    => { perl          => '5.10.0',
                     'File::Slurp' => 0,
    },
)->create_build_script;