|
|
@ -9,6 +9,8 @@ |
|
|
|
# License : it's on our TODO list... |
|
|
|
# License : it's on our TODO list... |
|
|
|
# ----------------------------------------------------------------------- |
|
|
|
# ----------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eval { |
|
|
|
|
|
|
|
|
|
|
|
use 5.006; # milkbone might work on 5.004 or lower; someone should find out... |
|
|
|
use 5.006; # milkbone might work on 5.004 or lower; someone should find out... |
|
|
|
|
|
|
|
|
|
|
|
use warnings; |
|
|
|
use warnings; |
|
|
@ -42,9 +44,11 @@ sub main |
|
|
|
data("me") = "test"; |
|
|
|
data("me") = "test"; |
|
|
|
|
|
|
|
|
|
|
|
MOSLoop; |
|
|
|
MOSLoop; |
|
|
|
|
|
|
|
|
|
|
|
post_mainloop; |
|
|
|
post_mainloop; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# off it goes... |
|
|
|
# off it goes... |
|
|
|
main(); |
|
|
|
main(); |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print $@ if $@; |
|
|
|