File: Makefile.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 (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Note: this file was auto-generated by Module::Build::Compat version 0.03
# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
WriteMakefile
  (
   NAME         => 'Text::Typography',
   VERSION      => '0.01',
   PL_FILES     => {},
   INSTALLDIRS  => 'site',
   PREREQ_PM    => {
		    'Test::More' => '0',
		   },
  );