r7895@merlin: jquelin | 2007-11-26 13:17:54 +0100
[inline-befunge.git] / Changes
bloba05a863f007fe62c05d0f66f5c24af127da73432
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.0 Wed Oct 24 15:21:06 CEST 2007
17  - fixed to work with Language::Befunge 3.00 semantics (vectors)
19 1.0.0 Fri May 25 19:26:10 CEST 2007
20  - ditto (why oh why 0.04 is higher than 0.5?). anyway, since it's
21    working now, i can bump to 1.0.0
25 0.5.0 Fri May 25 18:40:25 CEST 2007
26  - bump in version in order to make cpan happy (stupid versioning using 2
27    digits).
31 0.1.1 Fri May 25 17:20:46 CEST 2007
32  - changed license back to perl
34 0.1.0 Thu May 24 17:54:53 CEST 2007
35  - changed license to gpl
36  - fixed bug (hopefully) that made the tests to fail
37  - fixed bug in Makefile.PL missing prereq
38  - using standard lib/ layout
39  - change versioning to x.y.z
40  - provide build.pl as an alternative to makemaker
41  - docs & pod overhaul
45 0.04 Mon Apr 22 20:49:29 CEST 2002
46  - Minor pod update.
47  - Minor tweak in Makefile.PL (should not be necessary, but...)
48  - Taking advantage of IP::spush_args
50 0.03 Tue Apr 16 18:43:13 CEST 2002
51  - Fixed a bug in the build() incantations, so that an object
52    file will be created.
53  - New options DEBUG accepted, to follow the IP(s) as they are
54    parsing the funge-space.
56 0.02 Tue Apr 16 17:44:52 CEST 2002
57  - Thanks to Sean O'Rourke, there is now a more natural and
58    powerful method to fetch the subnames.
59  - tests update to reflect those changes.
60  - info now return the names of the subs defined.
61  - POD update.
63 0.01 Mon Apr 15 18:00:43 CEST 2002
64  - Original, working version.