Codebase list libfile-copy-link-perl / 17775e21-e86d-41c1-b61f-9d92040805bf/main Makefile.PL
17775e21-e86d-41c1-b61f-9d92040805bf/main

Tree @17775e21-e86d-41c1-b61f-9d92040805bf/main (Download .tar.gz)

Makefile.PL @17775e21-e86d-41c1-b61f-9d92040805bf/mainraw · history · blame

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

WriteMakefile( %$args );