File: Makefile.PL

package info (click to toggle)
libbiblio-counter-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 1,684; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
WriteMakefile(
	'NAME' => 'Biblio::COUNTER',
	'VERSION_FROM' => 'lib/Biblio/COUNTER.pm',
    'PREREQ_PM' => {
        'Text::CSV' => 0,
    },
    'EXE_FILES' => [ 'bin/counterproc' ],
);