>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:

>>>>> "John" == John Siracusa <[EMAIL PROTECTED]> writes:
John> This release does not contain the delete_foos({ ... }) stuff that was
John> discussed on the list.  I'm still thinking about it.  It does, however,
John> fix a bunch of bugs and include some new features.  A new Rose::DB is
John> required.  Files sent to CPAN and on SF.net:

Randal> You've got "$MUMBLE::VERSION" somewhere where the CPAN tools shouldn't 
see it:

Randal> Could not eval '
Randal>             package ExtUtils::MakeMaker::_version;
Randal>             no strict;

Randal>             local $Math::BigInt::VERSION;
Randal>             $Math::BigInt::VERSION=undef; do {
Randal>                 if($Math::BigInt::VERSION >= 1.78)
Randal>             }; $Math::BigInt::VERSION
Randal>         ' in 
/opt/perl/snap/lib/site_perl/5.8.8/Rose/DB/Object/MakeMethods/BigNum.pm: syntax 
error at (eval 3104) line 8, at EOF

Randal> Darn. :(

The rules are defined in ExtUtils::MM, function parse_version.

This is enough to fix it:

  if(${Math::BigInt::VERSION} >= 1.78)

Just add braces.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to