File: Makefile.PL

package info (click to toggle)
libjcode-pm-perl 2.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: perl: 14,814; ansic: 11,032; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
	      NAME => 'Jcode::Unicode',
	      VERSION_FROM => 'Unicode.pm',
	      );