File: Makefile.PL

package info (click to toggle)
libtext-autoformat-perl 1.04-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 128 kB
  • ctags: 57
  • sloc: perl: 1,375; makefile: 34
file content (6 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download
1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Text::Autoformat',
VERSION => '1.04',
PM => { 'lib/Text/Autoformat.pm' => '$(INST_LIBDIR)/Autoformat.pm', },
	     );