Re: strict->VERSION eq '1.030' (was: prerequisite I::Do::Not::Exist 0 not found.)
Martin Becker <[email protected]> Sat, 13 Jun 2009 15:08:58 +0200
| Newsgroups | gmane.comp.lang.perl.modules.extutils-makemaker.devel |
|---|---|
| Message-ID | <[email protected]> |
Karel,
On Sat, Jun 13, 2009 at 02:21:33PM +0200, running wrote:
> sorry, i have thought that the attachment will send fine
>
> I am adding the full output here, I hope it helps [...]
thank you, we got it. Now there is a puzzle for us to solve.
Just for curiosity, could you run this script, too, and tell
us the output?
perl -e 'use strict; printf "%s %s %s %s\n",
strict->VERSION(1), strict->VERSION, $strict::VERSION,
$INC{"strict.pm"}'
-Martin