On Mon, Sep 26, 2005 at 08:43:41PM -0700, Joshua Hoblitt via RT wrote:
> Does anyone have an old enough Perl to test if this is still an issue?
> 
> -J
> 
> --

parrot no longer supports perl 5.005

(from lib/Parrot/Revision.pm )

package Parrot::Revision;
use strict;
use 5.006;


If I replace our with my ( and cross my fingers ) the configure finishes but 
warns

.value for 'revision' in config/gen/config_pm/myconfig.in is undef at
lib/Parrot/Configure/Step.pm line 237

I presume this is related to our -> my 



If I run make it fails as it can not find Pod::Usage.
I can see a few Pod::* modules under lib so I presume 
policy is to add perl module depencies there and not
to require the user to install them locally. Can someone
add Pod::Usage under ./lib.


Thanks
Peter

-- 
We have committed to authoritatively supply progressive data while continuing 
to seamlessly provide access to innovative catalysts for change to exceed 
customer expectations

Reply via email to