Re: [sprog-users] Sprog on Mac OS X
Status: Alpha
Brought to you by:
grantm
From: Grant M. <gr...@mc...> - 2005-06-27 08:31:44
|
On Mon, 2005-06-27 at 08:33 +0200, Christian Renz wrote: > Hi Grant, > > > Can you tell me what error message you get with the original code? > > $ perl -e 'use Exporter qw(import);' > "import" is not exported by the Exporter module Ok, that's pretty clear then (if a little surprising). Can you confirm that it works if you change the original line from: use Exporter qw(import); to: use base qw(Exporter); If so, I'll check that in. Regards Grant |