Tests for change #20367 (and change use overload; to
[p5sagit/p5-mst-13.2.git] / lib / Tie / RefHash.pm
index 373a94b..f393d7c 100644 (file)
@@ -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;