From: Karen Etheridge Date: Sat, 9 Aug 2014 04:10:13 +0000 (-0700) Subject: version 0.09 X-Git-Tag: v0.09^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.09;p=p5sagit%2FSub-Name.git version 0.09 --- diff --git a/Changes b/Changes index 2bd2c1b..386e05c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Sub-Name +0.09 -- 2014-08-09 - Copy the contents of the %DB::sub entry if it exists; fixes Devel::NYTProf's anon sub handling (RT#50524, ilmari) diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f551b31..55cc6d9 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -54,7 +54,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.08'; +our $VERSION = '0.09'; use base 'Exporter'; use base 'DynaLoader';