in reply to building a module with executable scripts

Did you add 'script_name' to the distribution's MANIFEST file?


Dave

Replies are listed 'Best First'.
Re^2: building a module with executable scripts
by rmcgowan (Sexton) on Dec 18, 2013 at 21:33 UTC

    Nope. ;(

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

      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