From 93fbe6f7706be54ef4ae407e3ec8290f49f2a4f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Sun, 8 Jun 2008 11:01:40 +0200 Subject: [PATCH] v1.1.0 - new rasterize() method (courtesy of Mark Glines) - bumped perl requirements to 5.10 --- Changes | 9 +++++++++ lib/Language/Befunge/Vector/XS.pm | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4082f05..7fba050 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Revision history for Language::Befunge::Vector::XS. High-level changelog ==================== +1.1.x rasterize() method 1.0.x module complete 0.2.x feature-completeness, clean build errors, 1.0.0-rc 0.1.x more robust constructors @@ -12,10 +13,18 @@ High-level changelog Low-level changelog =================== +1.1.0 Sun Jun 8 10:59:08 CEST 2008 + - new rasterize() method (courtesy of Mark Glines) + - bumped perl requirements to 5.10 + +** + 1.0.0 Sun Feb 3 16:45:41 CET 2008 - bumping requirement to 5.8.x - module complete +** + 0.2.3 Mon Jan 28 17:14:45 CET 2008 - trying to follow ppport.h advices to clean 5.6.x errors diff --git a/lib/Language/Befunge/Vector/XS.pm b/lib/Language/Befunge/Vector/XS.pm index 0d371f0..b701677 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 = '1.0.0'; +our $VERSION = '1.1.0'; require XSLoader; XSLoader::load('Language::Befunge::Vector::XS', $VERSION); -- 2.11.4.GIT