1 Revision history for Inline::Befunge.
7 0.5.x keeping cpan happy
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
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
41 0.04 Mon Apr 22 20:49:29 CEST 2002
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
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.
59 0.01 Mon Apr 15 18:00:43 CEST 2002
60 - Original, working version.