r7896@merlin: jquelin | 2007-11-26 13:19:00 +0100
[inline-befunge.git] / Changes
blobf0c7e278d30be07b7e47528dc2bc87c0300c36b6
1 Revision history for Inline::Befunge.
3 High-level changelog
4 ====================
6 1.1.x   language::befunge 3.x support
7 1.0.x   working release
8 0.5.x   keeping cpan happy
9 0.1.x   kwalitee release
10 0.0x    initial work
13 Low-level changelog
14 ===================
16 1.1.1 Mon Nov 26 13:18:10 CET 2007
17  - kwalitee/cpants release
19 1.1.0 Wed Oct 24 15:21:06 CEST 2007
20  - fixed to work with Language::Befunge 3.00 semantics (vectors)
24 1.0.0 Fri May 25 19:26:10 CEST 2007
25  - ditto (why oh why 0.04 is higher than 0.5?). anyway, since it's
26    working now, i can bump to 1.0.0
30 0.5.0 Fri May 25 18:40:25 CEST 2007
31  - bump in version in order to make cpan happy (stupid versioning using 2
32    digits).
36 0.1.1 Fri May 25 17:20:46 CEST 2007
37  - changed license back to perl
39 0.1.0 Thu May 24 17:54:53 CEST 2007
40  - changed license to gpl
41  - fixed bug (hopefully) that made the tests to fail
42  - fixed bug in Makefile.PL missing prereq
43  - using standard lib/ layout
44  - change versioning to x.y.z
45  - provide build.pl as an alternative to makemaker
46  - docs & pod overhaul
50 0.04 Mon Apr 22 20:49:29 CEST 2002
51  - Minor pod update.
52  - Minor tweak in Makefile.PL (should not be necessary, but...)
53  - Taking advantage of IP::spush_args
55 0.03 Tue Apr 16 18:43:13 CEST 2002
56  - Fixed a bug in the build() incantations, so that an object
57    file will be created.
58  - New options DEBUG accepted, to follow the IP(s) as they are
59    parsing the funge-space.
61 0.02 Tue Apr 16 17:44:52 CEST 2002
62  - Thanks to Sean O'Rourke, there is now a more natural and
63    powerful method to fetch the subnames.
64  - tests update to reflect those changes.
65  - info now return the names of the subs defined.
66  - POD update.
68 0.01 Mon Apr 15 18:00:43 CEST 2002
69  - Original, working version.