http://qs1969.pair.com?node_id=490336


in reply to Re^4: Application Testing: Custom Module or Perl Test Files?
in thread Application Testing: Custom Module or Perl Test Files?

Ah, that way ;-)

Why not add:

PERMISSIONS => '0755';
Then you don't need to chmod it.

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^6: Application Testing: Custom Module or Perl Test Files?
by geektron (Curate) on Sep 08, 2005 at 22:03 UTC
    because it's not the modules that are newly created that need to be executable, it's the actual script that needs to be executable. my umask, of course, doesn't create executables automatically.