version 0.09 v0.09
Karen Etheridge [Sat, 9 Aug 2014 04:10:13 +0000 (21:10 -0700)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 2bd2c1b..386e05c 100644 (file)
--- 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)
 
index f551b31..55cc6d9 100644 (file)
@@ -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';