--- Devel-FindRef/Changes 2008/07/19 01:17:12 1.12 +++ Devel-FindRef/Changes 2008/07/19 01:38:57 1.13 @@ -1,5 +1,8 @@ Revision history for Perl extension Devel::FindRef +1.31 + - correctly identify the main program and function call + argument vectors (patch by Paul LeoNerd Evans). - use ref2ptr instead of +0 to correctly get the address of overloaded variables (reported by Paul LeoNerd Evans). - use UV in ptr2ref, as perl seems to do the same internally.