# New Ticket Created by David Leadbeater # Please include the string: [perl #114494] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114494 > A patch series of various cleanups for microperl. Nicholas's recent mail made me have a look to see what would be stripped out if microperl went, and I noticed a few targets for cleanups while looking. The main "big" part of microperl remaining is the wholesale removal of signals. I also noticed the list of requirements in README.micro is somewhat outdated, e.g. at least fork() and execl() are linked now, so microperl is only really going to work on a Unix system. (This is also at git://github.com/dgl/perl, branch microperl-clean)