Release 0.03 v0.03
Peter Rabbitson [Sat, 29 Dec 2012 11:25:48 +0000 (12:25 +0100)]
Changes
lib/Devel/PeekPoke.pm

diff --git a/Changes b/Changes
index 410667c..51acc5d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,8 @@
+0.03  2012-12-29 11:25 (UTC)
     - Fix incorrect operation on some OSes (cygwin) when ptrsize < ivsize
     - Extend support to 5.16.x (RT#76444)
 
 0.02  2012-03-20 09:45 (UTC)
-
     - Fix crashes when used in a threaded environment
     - Fix memory corruption issues by preempting perl garbage collection
       of the artificial string PV
@@ -11,5 +11,4 @@
 
 
 0.01  2011-08-31 11:10 (UTC)
-
     - initial release
index 56d7c12..8302163 100644 (file)
@@ -2,7 +2,7 @@ package Devel::PeekPoke;
 use strict;
 use warnings;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 use Carp;
 use Devel::PeekPoke::Constants qw/PTR_SIZE PTR_PACK_TYPE BIG_ENDIAN/;