A swath of VERSION patches from Nicholas Clark.
[p5sagit/p5-mst-13.2.git] / lib / Tie / RefHash.pm
index 373a94b..3f3fc6b 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::RefHash;
 
-our $VERSION = 1.30;
+our $VERSION = 1.31;
 
 =head1 NAME
 
@@ -74,7 +74,7 @@ use vars '@ISA';
 @ISA = qw(Tie::Hash);
 use strict;
 
-use overload; # to support objects with overloaded ""
+require overload; # to support objects with overloaded ""
 
 sub TIEHASH {
   my $c = shift;