Re: Problem to install Parse::Lex, all tests fails
- From: Ton 't Lam <tonl@xxxxxxxxx>
- Date: Wed, 26 Oct 2005 10:37:07 +0200
Ton 't Lam wrote:
Hello,
I have a problem to install Parse::Lex with Perl 5.8.3. I tried on other systems (Cygwin, Fedora 2) as well, and run into the same issue:
<snip>
Okay ... In Template.pm make the next changes
line 1 old: use strict new: use strict;
line 135 old: $expr = $1; new: my $expr = $1;
# pwd
/root/.cpan/build/ParseLex-2.15
<snip>t/test4....FAILED test 1
Failed 1/1 tests, 0.00% okay# cd /root/.cpan/build/ParseLex-2.15 # make install
Apparently perl 5.8.3 is more strict with the syntax. I have given feedback at search.cpan.org on the above.
Best Regards, Ton 't Lam
.
- References:
- Problem to install Parse::Lex, all tests fails
- From: Ton 't Lam
- Problem to install Parse::Lex, all tests fails
- Prev by Date: Re: The IPC::ShareLite is very slow than fetch data from file ??
- Next by Date: retrieving a constant from a dynamically loaded module
- Previous by thread: Problem to install Parse::Lex, all tests fails
- Next by thread: The IPC::ShareLite is very slow than fetch data from file ??
- Index(es):
Relevant Pages
|
|