in reply to Re: building a module with executable scripts
in thread building a module with executable scripts

Nope. ;(

So I added it and all is fine. Thank you.

  • Comment on Re^2: building a module with executable scripts

Replies are listed 'Best First'.
Re^3: building a module with executable scripts
by davido (Cardinal) on Dec 18, 2013 at 21:36 UTC

    At the shell prompt:  $ make distcheck will spew a list of files in the distribution's hierarchy that aren't in MANIFEST, except for those files that are skipped by default, or explicitly with MANIFEST.SKIP.


    Dave