From bb88da0982e0e9e3c5785e4f4f5ce64a2757b62c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Sun, 16 Nov 2008 11:24:56 +0100 Subject: [PATCH] v4.08 - change libs semantics when unloading under stack - fix on some extensions --- Changes | 4 ++++ META.yml | 4 ++-- lib/Language/Befunge.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 22ef398..255f980 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,10 @@ High-level changelog Low-level changelog =================== +4.08 Sun Nov 16 11:23:13 CET 2008 + - change libs semantics when unloading under stack + - fix on some extensions + 4.07 Sat Nov 15 19:44:27 CET 2008 - fix month in y instruction - new fingerprint: BASE - Non-standard math bases extension diff --git a/META.yml b/META.yml index 6bba768..001a3a2 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Language-Befunge -version: 4.07 +version: 4.08 author: - 'Jerome Quelin ' abstract: a generic funge interpreter @@ -43,7 +43,7 @@ recommends: provides: Language::Befunge: file: lib/Language/Befunge.pm - version: 4.07 + version: 4.08 Language::Befunge::IP: file: lib/Language/Befunge/IP.pm Language::Befunge::Interpreter: diff --git a/lib/Language/Befunge.pm b/lib/Language/Befunge.pm index 2ddd6f2..34218c2 100644 --- a/lib/Language/Befunge.pm +++ b/lib/Language/Befunge.pm @@ -17,7 +17,7 @@ use Carp; use Language::Befunge::Interpreter; # Public variables of the module. -our $VERSION = '4.07'; +our $VERSION = '4.08'; $| = 1; sub new { -- 2.11.4.GIT