Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    
    ...
        'VERSION_FROM'      => 'Foo.pm',
        'EXE_FILES'         => ['bin/foo.pl'], # <--- Add list of .pl exe 
    +files to install
    );