Commit | Line | Data |
12ae5dfc |
1 | microperl is supposed to be able a really minimal perl, even more |
2 | minimal than miniperl. No Configure is needed to build microperl, |
3 | on the other hand this means that interfaces between Perl and your |
4 | operating system are left very -- minimal. |
5 | |
6 | All this is experimental. If you don't know what to do with microperl |
a83b6f46 |
7 | you probably shouldn't. Do not report bugs in microperl; fix the bugs. |
8 | |
9 | If you are still reading this and you are itching to try out microperl: |
10 | |
11 | make -f Makefile.micro |
12 | |
13 | |
12ae5dfc |
14 | |
15 | |