Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: ExtUtils::MakeMaker : how to ignore files and not add them

by stevieb (Canon)
on Mar 17, 2020 at 14:23 UTC ( [id://11114386]=note: print w/replies, xml ) Need Help??


in reply to Re^2: ExtUtils::MakeMaker : how to ignore files and not add them
in thread ExtUtils::MakeMaker : how to ignore files and not add them

What version of ExtUtils::MakeMaker do you have? The line works for me:

$ touch .lock $ touch AB.lock $ perl -MExtUtils::MakeMaker -E 'say $ExtUtils::MakeMaker::VERSION' 7.24 $ perl Makefile.PL && make manifest "/home/steveb/perl5/perlbrew/perls/perl-5.26.1/bin/perl" "-MExtUtils:: +Manifest=mkmanifest" -e mkmanifest Added to MANIFEST: .lock Added to MANIFEST: AB.lock # Add entry to MANIFEST.SKIP $ tail -3 MANIFEST.SKIP .base$ main$ .*.lock $ make manifest "/home/steveb/perl5/perlbrew/perls/perl-5.26.1/bin/perl" "-MExtUtils:: +Manifest=mkmanifest" -e mkmanifest Removed from MANIFEST: .lock Removed from MANIFEST: AB.lock

Replies are listed 'Best First'.
Re^4: ExtUtils::MakeMaker : how to ignore files and not add them
by bliako (Monsignor) on Mar 17, 2020 at 14:35 UTC

    I must have done something wrong, it does work

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11114386]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-25 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found