Hi,

On 23/06/2011 14:58, Ahmad Zawawi wrote:
> By the way, I just tried ActivePerl Padre 0.86 PPMs with
> Wx::Scintilla. Simply awesome. I was able to install everything in
> like 5 minutes including ActivePerl. Everything is perfect but I have
> the following notes:
>
> 1. (minor) It seems that Wx::Scintilla PPM is built from trunk instead
> of CPAN hence it has 0.16 in its $VERSION which is unreleased yet.

hmmmmm. My bad.

> 2. (major) Open padre, start typing Perl code with syntax check window
> enabled. Padre crashes because it cannot find Probe::Perl.

I've fixed in repository now. The reason it got missed is that 
Probe::Perl isn't listed as a 'requires' in Makefile.PL. It gets dragged 
in as a dependency of Test::Script but that is listed as 'test_requires' 
in Makefile.PL. I don't add test or build requires to the PPM dependencies.

Anyhow, added special case for Probe::Perl in ppd creator.

Regards


Mark


_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to