From: Peter Rabbitson Date: Sat, 29 Dec 2012 11:25:48 +0000 (+0100) Subject: Release 0.03 X-Git-Tag: v0.03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4584cb0c405ac768d280a8f482edc328240ba358;p=p5sagit%2FDevel-PeekPoke.git Release 0.03 --- diff --git a/Changes b/Changes index 410667c..51acc5d 100644 --- 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 diff --git a/lib/Devel/PeekPoke.pm b/lib/Devel/PeekPoke.pm index 56d7c12..8302163 100644 --- a/lib/Devel/PeekPoke.pm +++ b/lib/Devel/PeekPoke.pm @@ -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/;