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