File: Makefile.PL

package info (click to toggle)
libnet-openssh-parallel-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 947; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'Net::OpenSSH::Parallel',
	       VERSION_FROM => 'lib/Net/OpenSSH/Parallel.pm',
	       PREREQ_PM => { 'Net::OpenSSH' => '0.60' },
	       AUTHOR => 'Salvador Fandino <sfandino@yahoo.com>',
	       META_MERGE => {
	           'meta-spec' => { version => 2 },
	           resources => {
	               repository => {
	                   type => 'git',
	                   url  => 'https://github.com/salva/p5-Net-OpenSSH-Parallel.git',
	                   web  => 'https://github.com/salva/p5-Net-OpenSSH-Parallel',
	               },
	           },
	       },
);