File: Makefile.PL

package info (click to toggle)
libdata-format-html-perl 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 72; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use ExtUtils::MakeMaker;

WriteMakefile(
	NAME            => 'Data::Format::HTML',
	VERSION_FROM    => 'lib/Data/Format/HTML.pm',
	MIN_PERL_VERSION => '5.010000'
);