add second commit id for overload/tie fixage
Matt S Trout [Wed, 16 Jun 2010 23:42:54 +0000 (00:42 +0100)]
pod/perl5132delta.pod

index b4fc59a..6e23d62 100644 (file)
@@ -177,7 +177,7 @@ Overloading now works properly in conjunction with tied variables. What
 formerly happened was that most ops checked their arguments for overloading
 I<before> checking for magic, so for example an overloaded object returned
 by a tied array access would usually be treated as not overloaded
-(RT #57012) (6f1401).
+(RT #57012) (6f1401, ed3b9b).
 
 =back