In FreeBSD disable floating point exception handlers.
[p5sagit/p5-mst-13.2.git] / lib / fields.pm
index 2727a04..bc9e513 100644 (file)
@@ -69,9 +69,10 @@ L<perlref/Pseudo-hashes: Using an array as a hash>
 
 =cut
 
+use 5.005_64;
 use strict;
 no strict 'refs';
-use vars qw(%attr $VERSION);
+our(%attr, $VERSION);
 
 $VERSION = "1.01";