diff options
| author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-04 21:05:05 +0200 |
|---|---|---|
| committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-04 21:05:05 +0200 |
| commit | a7b6cbc928d24636f93c4e30a418913027d2e13f (patch) | |
| tree | 41082bd330049aeb563216660b9cb28a53742102 | |
| parent | f73b7fb9c6fc78368af82ee38557cfa14597442e (diff) | |
| download | perl-Hal-Cdroms-a7b6cbc928d24636f93c4e30a418913027d2e13f.tar perl-Hal-Cdroms-a7b6cbc928d24636f93c4e30a418913027d2e13f.tar.gz perl-Hal-Cdroms-a7b6cbc928d24636f93c4e30a418913027d2e13f.tar.bz2 perl-Hal-Cdroms-a7b6cbc928d24636f93c4e30a418913027d2e13f.tar.xz perl-Hal-Cdroms-a7b6cbc928d24636f93c4e30a418913027d2e13f.zip | |
add shebang
| -rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 7b2393b..5167cbe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +#!perl use ExtUtils::MakeMaker; WriteMakefile( |
