File: Build.PL

package info (click to toggle)
libtext-typography-perl 0.01-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 381; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
use Module::Build;

Module::Build->new(
    module_name         => 'Text::Typography',
    dist_version        => '0.01',
    dist_author         => 'Thomas Sibley, http://zulutango.org:82/',
    dist_abstract       => 'Markup ASCII text with correct typography for HTML',
    license             => 'unknown',
    build_requires      => { 'Test::More' => 0 },
    create_makefile_pl  => 'traditional',
)->create_build_script;