File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ MegaHAL.bs
13
13
MegaHAL.def
14
14
megahal.trn
15
15
MYMETA. *
16
+ META. *
Original file line number Diff line number Diff line change 1
1
Revision history for the Perl MegaHAL extension.
2
2
3
+ 0.08 = 0.07_01 2015-04-12
4
+
3
5
0.07_01 Apr 14 2012
4
6
- mention Hailo.pm in docs
5
7
- use 'unsigned int' as 32 bit data type
Original file line number Diff line number Diff line change 1
- AI::MegaHAL version 0.06
1
+ AI::MegaHAL version 0.08
2
2
===========================
3
3
4
4
TABLE OF CONTENTS
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use vars qw(@EXPORT @ISA $VERSION $AUTOLOAD);
25
25
megahal_cleanup) ;
26
26
27
27
@ISA = qw( Exporter DynaLoader) ;
28
- $VERSION = ' 0.07_01 ' ;
28
+ $VERSION = ' 0.08 ' ;
29
29
30
30
sub AUTOLOAD {
31
31
# This AUTOLOAD is used to 'autoload' constants from the constant()
You can’t perform that action at this time.
0 commit comments