in reply to problem with Mac::Notification::NMInstall()

Hi,

Could this have something to do with the environment being different for the cron-job and for the interactive user. What you could try to do is run this one-liner both as interactive user and from cron, redirect the output to a file and check the differences:

perl -MData::Dumper -e'print Dumper %ENV'

Hope this helps.