Front page | perl.perl5.porters |
Postings from March 2000
use VERSION errors
Thread Next
From:
Tom Christiansen
Date:
March 19, 2000 19:34
Subject:
use VERSION errors
Message ID:
19900.953523250@chthon
Is all this, um, expected?
% cd bleadperl
% ./perl -e 'use 5.6'
Perl v5.600.0 required--this is only version v5.6.0, stopped at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Exit 255
% ./perl -e 'use 5.06'
Perl v5.60.0 required--this is only version v5.6.0, stopped at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Exit 255
% ./perl -e 'use 5.006'
% ./perl -e 'use v5.6'
% ./perl -e 'use v5.06'
Octal number in vector unsupported at -e line 1, at end of line
BEGIN not safe after errors--compilation aborted at -e line 1.
--tom
Thread Next
-
use VERSION errors
by Tom Christiansen