Make the :bytes conditional on PerlIO.
[p5sagit/p5-mst-13.2.git] / ext / Errno / Errno_pm.PL
index e4f756e..41560d5 100644 (file)
@@ -287,6 +287,7 @@ use strict;
        die "Errno architecture ($Config{'archname'}-$Config{'osvers'}) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers'})";
 
 \$VERSION = "$VERSION";
+\$VERSION = eval \$VERSION;
 \@ISA = qw(Exporter);
 
 EDQ