File: Makefile.PL

package info (click to toggle)
libtext-wrapi18n-perl 0.06-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 56 kB
  • ctags: 7
  • sloc: perl: 136; makefile: 51
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Text::WrapI18N',
    'VERSION_FROM'	=> 'WrapI18N.pm', # finds $VERSION
    'PREREQ_PM'		=> {
    	'Text::CharWidth'	=> '0.02',
    }
);