<patch> avoid division by 0 in Benchmark.pm
[p5sagit/p5-mst-13.2.git] / lib / caller.pm
index 91e67a1..98d4f3f 100644 (file)
@@ -1,6 +1,5 @@
 package caller;
-use vars qw($VERSION);
-$VERSION = "1.0";
+our $VERSION = "1.0";
 
 =head1 NAME