add some extra commit ids to the overload/tie fixes
Matt S Trout [Thu, 17 Jun 2010 03:09:46 +0000 (04:09 +0100)]
pod/perl5132delta.pod

index f03f5ab..75484e6 100644 (file)
@@ -211,7 +211,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, ed3b9b).
+(RT #57012) (6f1401, ed3b9b, 6a5f8c .. 24328f).
 
 =back