Re: Why do they insist on making PPM so difficult to troubleshoot ??

2005-12-23 Thread $Bill Luebkert
Randy Kobes wrote: > On Sat, 24 Dec 2005, Sisyphus wrote: > > [ ... ] > >>With other repositories you can browse directly to the ppd file. For >>example, to see the ppd for the bribes ppm of Digest::Whirlpool just browse >>to: >> >>http://www.bribes.org/perl/ppm/Digest-Whirlpool.ppd >> >>and the

Re: Why do they insist on making PPM so difficult to troubleshoot ??

2005-12-23 Thread Chris Wagner
At 11:35 AM 12/24/2005 +1100, Sisyphus wrote: >It's helpful for installing packages and for copying binaries onto my hard >drive, but it doesn't help me to see the PPD file that's being read when I >hook up to the ActiveState ppm repository by running 'ppm install DBI'. And >it doesn't tell me how

Re: Why do they insist on making PPM so difficult to troubleshoot ??

2005-12-23 Thread Randy Kobes
On Sat, 24 Dec 2005, Sisyphus wrote: [ ... ] With other repositories you can browse directly to the ppd file. For example, to see the ppd for the bribes ppm of Digest::Whirlpool just browse to: http://www.bribes.org/perl/ppm/Digest-Whirlpool.ppd and then 'View Source'. It's the same with the u

Re: Why do they insist on making PPM so difficult to troubleshoot ??

2005-12-23 Thread Sisyphus
- Original Message - From: "Lynn. Rickards" > > > > Now, I don't know if either of those approaches would have helped. Thing is, > > it would have taken me only 5 minutes to determine, if I could have found > > out how to do those things - instead of the hour I've spent and got nowhere.

Re: Why is PerlApp's .exe package smaller than PAR?

2005-12-23 Thread Octavian Rasnita
BTW, can you tell me, why the programs made using the Tk library are not accessible at all for screen readers? (while Win32::GUI is very accessible) Because of the TCL/TK library, or because of its port to perl...? Thank you. Teddy - Original Message - From: "Jan Dubois" <[EMAIL PROTECT

RE: Why is PerlApp's .exe package smaller than PAR?

2005-12-23 Thread Jan Dubois
On Fri, 23 Dec 2005, Jeff Griffiths wrote: > Thomas, Mark - BLS CTR wrote: >>> Also, I may end up distributing more than 1 Perl application to the >>> same host. Is there a way for multiple distributions to share common >>> libraries (maybe core dlls) so that the file can be even smaller? I >>> don

Re: What's up with AS ppm repository? (was - Why do they insist on making PPM so difficult to troubleshoot ??)

2005-12-23 Thread Jeff Griffiths
Scratch that, PPM is *sort of* down, for some people, sometimes. We're still looking into it, but for example I was just able to install DBD::mysql on Linux, whereas earlier this morning this failed with the usual ( admittedly obscure ) error message: PPM::PPD::init: not a PPD and not a file: Th

Re: What's up with AS ppm repository? (was - Why do they insist on making PPM so difficult to troubleshoot ??)

2005-12-23 Thread Jeff Griffiths
PPM is down. =) We're working on it, and hope to have things back to normal later today ( keep in mind we're PST over here, and developers sleep in apparently ) JeffG Lynn. Rickards wrote: Lynn. Rickards wrote: Sisyphus wrote: Hi, D:\pscrpt>ppm install DBI PPM::PPD::init: not a PPD and no

RE: MIME::Lite exception handling?

2005-12-23 Thread Bullock, Howard A.
Try this... use strict; use MIME::Lite; my $mailhost = '216.26.153.13'; my $msg = MIME::Lite->new( From=>'[EMAIL PROTECTED]', To =>'[EMAIL PROTECTED]', Subject =>'test', Type=>'TEXT/HTML', Data=>'Test text'

Re: Why is PerlApp's .exe package smaller than PAR?

2005-12-23 Thread Jeff Griffiths
Thomas, Mark - BLS CTR wrote: Also, I may end up distributing more than 1 Perl application to the same host. Is there a way for multiple distributions to share common libraries (maybe core dlls) so that the file can be even smaller? I don't mind if the libraries are thrown into windows/syst

MIME::Lite exception handling?

2005-12-23 Thread Bullock, Howard A.
After reading the docs for the module I can find a way to manage an exception thrown by the send method when the mailhost is down. The program dies with the error "Failed to connect to mail server: Invalid argument". Is there a way to trap this error and let the program continue? I would think tha

RE: Why is PerlApp's .exe package smaller than PAR?

2005-12-23 Thread Thomas, Mark - BLS CTR
> Also, I may end up distributing more than 1 Perl application > to the same > host. Is there a way for multiple distributions to share common > libraries (maybe core dlls) so that the file can be even smaller? I > don't mind if the libraries are thrown into > windows/system32/. That's fine.

What's up with AS ppm repository? (was - Why do they insist on making PPM so difficult to troubleshoot ??)

2005-12-23 Thread Lynn. Rickards
Lynn. Rickards wrote: Sisyphus wrote: Hi, D:\pscrpt>ppm install DBI PPM::PPD::init: not a PPD and not a file: Ok ... something funny is happening here. First thing I'd like to do is take a look at the PPD file. Where is it ? More importantly, where is the documentation that enables me to f

Re: Why do they insist on making PPM so difficult to troubleshoot ??

2005-12-23 Thread Lynn. Rickards
Sisyphus wrote: Hi, D:\pscrpt>ppm install DBI PPM::PPD::init: not a PPD and not a file: Ok ... something funny is happening here. First thing I'd like to do is take a look at the PPD file. Where is it ? More importantly, where is the documentation that enables me to find its location ? That r

Why do they insist on making PPM so difficult to troubleshoot ??

2005-12-23 Thread Sisyphus
Hi, D:\pscrpt>ppm install DBI PPM::PPD::init: not a PPD and not a file: Ok ... something funny is happening here. First thing I'd like to do is take a look at the PPD file. Where is it ? More importantly, where is the documentation that enables me to find its location ? That route quickly turns

Re: Why is PerlApp's .exe package smaller than PAR?

2005-12-23 Thread Foo Ji-Haw
If you don't get satisfactory answers here, try the PAR mailing list. (See http://lists.cpan.org .) I think (not sure) that various aspects of PerlApp vs PAR have been covered previously on the PAR list - so you might find something in that list's archive. Thanks Rob. Thanks for spotting th

Re: Why is PerlApp's .exe package smaller than PAR?

2005-12-23 Thread Sisyphus
- Original Message - From: "Foo Ji-Haw" <[EMAIL PROTECTED]> To: Sent: Thursday, December 22, 2005 9:36 PM Subject: Why is PerlApp's .exe package smaller than PAR? > Hi all, > > I'm considering using PerlApp to package my application into an easily > distributable executable. Comparing