File: Makefile.PL

package info (click to toggle)
libjcode-pm-perl 0.60-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 888 kB
  • ctags: 92
  • sloc: perl: 14,211; ansic: 13,219; makefile: 57
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',
	      );