Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: "sketch" directory not being added with 'make manifest'

by ablanke (Prior)
on Jul 26, 2017 at 19:01 UTC ( [id://1196116]=note: print w/replies, xml ) Need Help??


in reply to "sketch" directory not being added with 'make manifest'

Hi stevieb,

my first thought after reading this thread was, why not get a filelist of your project directory and match it against the regexes of your MANIFEST.SKIP.

My second thought was, there must be an CPAN-Module for that.

I've found and tried ExtUtils::Manifest

A quick test with your project and MANIFEST.SKIP file:

rpi-wiringpi-master$ perl -e 'use ExtUtils::Manifest qw(skipcheck); sk +ipcheck;' Skipping .gitignore Skipping docs/sketch/arduino.ino ...

hope it helps

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-29 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found