This is a patch that I pasted to #parrot earlier today but it looks like Leo has already applied it as r10590.
-J -- On Mon, Dec 19, 2005 at 02:43:54PM -0800, Alberto Simoes wrote: > # New Ticket Created by Alberto Simoes > # Please include the string: [perl #37987] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37987 > > > > Basically, the copy&paste done forgot that the var is not a scalar but > an array. > > > -- > Alberto Sim??es - Departamento de Inform??tica - Universidade do Minho > Campus de Gualtar - 4710-057 Braga - Portugal > Index: lib/Parrot/Configure/Step/Base.pm > =================================================================== > --- lib/Parrot/Configure/Step/Base.pm (revision 10589) > +++ lib/Parrot/Configure/Step/Base.pm (working copy) > @@ -35,7 +35,7 @@ > my $class = shift; > { > no strict 'refs'; > - ${$class . "::args"} > + @{$class . "::args"} > } > }
pgpoO4crAe1L4.pgp
Description: PGP signature
