in reply to Re^3: Getting Moose &/or Net::Twitter to work from cron.
in thread Getting Moose &/or Net::Twitter to work from cron.

Hmmm. Okay, I'm getting this:

"Uncaught exception from user code: weaken is only available with the XS version of Scalar::Util at"

But only when it's cron that's trying to run the script. Otherwise it works.

The doc for scalar::util says 'weaken' is only available in the XS version, which apparently is compiled in C. ... a moot point, as you say. I've got to find the durn XS version so I can point cron to it.

  • Comment on Re^4: Getting Moose &/or Net::Twitter to work from cron.

Replies are listed 'Best First'.
Re^5: Getting Moose &/or Net::Twitter to work from cron.
by Anonymous Monk on Mar 28, 2010 at 19:11 UTC