File: Makefile.PL

package info (click to toggle)
libcoy-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 108 kB
  • ctags: 99
  • sloc: perl: 1,915; makefile: 43
file content (7 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7

use ExtUtils::MakeMaker;
WriteMakefile(
		NAME	=> 'Coy',
		VERSION => '0.06',

	     );