File: Makefile.PL

package info (click to toggle)
libnet-sftp-foreign-perl 1.57%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 552 kB
  • ctags: 362
  • sloc: perl: 4,790; sh: 48; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

require 5.006;

use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'Net::SFTP::Foreign',
	       VERSION_FROM => 'lib/Net/SFTP/Foreign.pm',
	       AUTHOR => 'Salvador Fandino <sfandino@yahoo.com>',
	       ABSTRACT => 'Secure File Transfer Protocol client',
	       PREREQ_PM => { Test::More => 0,
                              Scalar::Util => 0 } );