From a720e1223ca3ae21c6117b7d5460570d7405bd1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Sat, 22 May 2010 18:26:03 +0200 Subject: [PATCH] v1.1.1 - fix #57722: make it work with test::simple 0.95 --- Changes | 3 +++ lib/Language/Befunge/Vector/XS.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 7fba050..62fc211 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,9 @@ High-level changelog Low-level changelog =================== +1.1.1 Sat May 22 18:25:19 2010 + - fix #57722: make it work with test::simple 0.95 + 1.1.0 Sun Jun 8 10:59:08 CEST 2008 - new rasterize() method (courtesy of Mark Glines) - bumped perl requirements to 5.10 diff --git a/lib/Language/Befunge/Vector/XS.pm b/lib/Language/Befunge/Vector/XS.pm index b50f7a8..a764c9c 100644 --- a/lib/Language/Befunge/Vector/XS.pm +++ b/lib/Language/Befunge/Vector/XS.pm @@ -23,7 +23,7 @@ use overload 'eq' => \&_compare_string, '""' => \&as_string; -our $VERSION = '1.1.0'; +our $VERSION = '1.1.1'; require XSLoader; XSLoader::load('Language::Befunge::Vector::XS', $VERSION); -- 2.11.4.GIT