File: Makefile.PL

package info (click to toggle)
libspreadsheet-parseexcel-simple-perl 1.04-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 93; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME          => 'Spreadsheet::ParseExcel::Simple',
	AUTHOR        => 'Tony Bowden <kasei@tmtm.com>',
	VERSION_FROM  => 'lib/Spreadsheet/ParseExcel/Simple.pm',
	ABSTRACT_FROM => 'lib/Spreadsheet/ParseExcel/Simple.pm',
	PREREQ_PM     => {
		'Spreadsheet::ParseExcel' => 0.18,
		'Test::More'              => 0.01,
	},
);