Codebase list libfile-copy-link-perl / debian/0.113-1 Makefile.PL
debian/0.113-1

Tree @debian/0.113-1 (Download .tar.gz)

Makefile.PL @debian/0.113-1raw · history · blame

# Created by Build.PL
use 5.006;
use strict;
use ExtUtils::MakeMaker;
my $args = {
          'PL_FILES' => {},
          'NAME' => 'File::Copy::Link',
          'AUTHOR' => 'Robin Barker <rmbarker@cpan.org>',
          'EXE_FILES' => [
                           'copylink'
                         ],
          'VERSION' => '0.113',
          'PREREQ_PM' => {
                           'File::Copy' => 0,
                           'File::Spec' => 0
                         }
        };

WriteMakefile( %$args );