Andreas J. Koenig wrote:
On Thu, 05 Sep 2002 09:41:35 +0800, Stas Bekman <[EMAIL PROTECTED]> said:

  > when it tries to eval:

  >              $File::Spec::VERSION=undef; do {
  >                      unless ($File::Spec::VERSION >= $min_version) {
  >              };

  > it certainly fails. And this is a bug in makemaker, not my code.
  > Moreover this bug doesn't exist in MM 6.03, but does exist in 6.05 and
  > versions prior to 6.00.

It has always been decreed that the $VERSION line ***must*** be
written in a single self-containing line. You need to change your
$VERSION line.

If 6.03 parses this right, it was a bug in MM 6.03.
[ returning from a long vacation... ]

Andreas, this is not the $VERSION line that I'm talking about. This is some code that checks the version of a different module:

unless ($File::Spec::VERSION >= $min_version) {

I beg your pardon, but I can't see what this has to do with the $VERSION line.

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@;stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to