From 7dc743fdfc9a3c5d58b8fba6aeda6c01b834baa1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 10 Nov 2008 15:47:11 +0100 Subject: [PATCH] v4.05 - handprint changed to JQBF - mycology compliance. this comes with some changes in unclear semantics: . spaces and comments are now slurped in 0 tick . k interprets the instructions at its position --- Changes | 6 ++++++ META.yml | 6 ++++-- lib/Language/Befunge.pm | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 32edf5e..5193f0d 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,12 @@ High-level changelog Low-level changelog =================== +4.05 Mon Nov 10 15:46:00 CET 2008 + - handprint changed to JQBF + - mycology compliance. this comes with some changes in unclear semantics: + . spaces and comments are now slurped in 0 tick + . k interprets the instructions at its position + 4.04 Mon Jul 28 18:54:02 CEST 2008 - speeding LBS->store by 55+% (mg) - input not cached per ip, but per interpreter (mg) diff --git a/META.yml b/META.yml index 0dbe4f7..4c34ce3 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Language-Befunge -version: 4.04 +version: 4.05 author: - 'Jerome Quelin ' abstract: a generic funge interpreter @@ -11,6 +11,7 @@ requires: Carp: 0 Class::Accessor::Fast: 0 Config: 0 + FindBin: 0 Readonly: 0 Storable: 0 UNIVERSAL::require: 0 @@ -20,6 +21,7 @@ build_requires: Carp: 0 Class::Accessor::Fast: 0 Config: 0 + FindBin: 0 List::Util: 0 POSIX: 0 Readonly: 0 @@ -38,7 +40,7 @@ recommends: provides: Language::Befunge: file: lib/Language/Befunge.pm - version: 4.04 + version: 4.05 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 9dcb1a1..59647fd 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.04'; +our $VERSION = '4.05'; $| = 1; sub new { -- 2.11.4.GIT