File: Makefile.PL

package info (click to toggle)
libproc-queue-perl 1.23-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 569; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'Proc::Queue',
               VERSION_FROM => 'lib/Proc/Queue.pm',
               ABSTRACT_FROM => 'lib/Proc/Queue.pm',
               AUTHOR => 'Salvador Fandio <sfandino@yahoo.com>',
               # LICENSE => 'perl',
               PREREQ_PM => { Test::More => 0} );