Re: Re: Can't find Mac::Growl

2008-09-10 Thread Stephen M. Harris
*GET ME OFF THIS GODDAM LIST*!!! On Tue, Sep 9, 2008 at 8:36 PM, Stephen M. Harris [EMAIL PROTECTED]wrote: Begin forwarded message: From: David Green [EMAIL PROTECTED] Date: September 9, 2008 1:57:57 PM EDT To: Doug McNutt [EMAIL PROTECTED] Cc: macosx@perl.org Subject: Re: Can't find

Re: Can't find Mac::Growl

2008-09-09 Thread David Green
OK, going back to fundamental issue, what or why is this failing or me (it failed the same first time, which is why I tried the 'force' :-); I am using standard Tiger v5.8.6 of Perl: cpan force install Mac::Growl CPAN: Storable loaded ok Going to read /Users/dgringo/.cpan/Metadata

Re: Can't find Mac::Growl

2008-08-26 Thread David Green
Yes, that error I got was while trying to install Mac::Glue. I have the standard 5.8.6 in the standard place but have also had to install 5.8.8 for another reason. They should not be clashing; 5.8.8 is normally used, but #!/usr/bin/perl still points to 5.8.6 I don't really need 5.8.8, as

Re: Can't find Mac::Growl

2008-08-26 Thread Doug McNutt
At 18:17 -0400 8/25/08, David Green wrote: Can't locate Mac/Glue/Common.pm in @INC There is an environment variable PERL5LIB that can be set to add directories to perl's default include path. It is, for instance, possible to add the library from a previous install to @INC. There is some

Re: Can't find Mac::Growl

2008-08-24 Thread WetMogwai
Thanks. Problem solved. I wonder why Apple couldn't do that before shipping the OS. Seems I have a bug report to file. On Aug 23, 9:22 am, [EMAIL PROTECTED] wrote: Hola, You can set that in your CPAN config I guess: % locate Config.pm | grep CPAN mine is:

Re: Can't find Mac::Growl

2008-08-23 Thread Jonas Brømsø Nielsen
Hi David, WetMogwai's problem has to do with installation, if you do not experience that problem, the following should work out of the box: #!/usr/bin/perl use strict; use Mac::Growl qw(:all); RegisterNotifications(__PACKAGE__, ['test'], ['test']); PostNotification(__PACKAGE__, 'test',

Re: Can't find Mac::Growl

2008-08-23 Thread Jonas Brømsø Nielsen
Hello WetMogwai, How do you invoke the CPAN module? and how come you think CPAN attempts to write to /var/root/perl/lib/perl5/Extras/5.8.8/? jonasbn On 19/08/2008, at 02.22, WetMogwai wrote: Sorry if this has been discussed before. I searched and didn't see usable results. I'm new to

Re: Can't find Mac::Growl

2008-08-23 Thread WetMogwai
I found a partial solution. If you open the CPAN shell and type: o conf makepl_arg install_base= it will install working modules. This is a partial solution because it has to be done with each session. It doesn't work to run cpan non- interactively. It forgets this setting when the CPAN shell is

Re: Can't find Mac::Growl

2008-08-23 Thread Jonas Brømsø Nielsen
Hola, You can set that in your CPAN config I guess: % locate Config.pm | grep CPAN mine is: /System/Library/Perl/5.8.8/CPAN/Config.pm jonasbn On 23/08/2008, at 05.33, WetMogwai wrote: I found a partial solution. If you open the CPAN shell and type: o conf makepl_arg install_base= it

Re: Can't find Mac::Growl

2008-08-22 Thread David Green
Hi, I am interested in (possibly) using Mac::Growl from Perl. Have you gotten it working and or do you have some pointers for me? Thanks, David Green On 18 Aug, 2008, at 20:22, WetMogwai wrote: Sorry if this has been discussed before. I searched and didn't see usable results. I'm new