From 70b902548370fbdcf7b0db7f59618dd52d78bc18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 28 Jan 2008 17:18:18 +0100 Subject: [PATCH] v0.2.3 - trying to follow ppport.h advices to clean 5.6.x errors --- Changes | 3 +++ lib/Language/Befunge/Vector/XS.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index cad8ab3..2e80da5 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,9 @@ High-level changelog Low-level changelog =================== +0.2.3 Mon Jan 28 17:14:45 CET 2008 + - trying to follow ppport.h advices to clean 5.6.x errors + 0.2.2 Fri Jan 18 01:22:30 CET 2008 - quieting last C warnings remaining diff --git a/lib/Language/Befunge/Vector/XS.pm b/lib/Language/Befunge/Vector/XS.pm index 53145cc..565cd58 100644 --- a/lib/Language/Befunge/Vector/XS.pm +++ b/lib/Language/Befunge/Vector/XS.pm @@ -22,7 +22,7 @@ use overload '<=>' => \&_compare, '""' => \&as_string; -our $VERSION = '0.2.2'; +our $VERSION = '0.2.3'; require XSLoader; XSLoader::load('Language::Befunge::Vector::XS', $VERSION); -- 2.11.4.GIT