|
Perl 6
SMOP Hacking: Revision 5
SMOP is a simple C project that uses autoconf, automake and libtool. The source is hosted at pugs svn repository: You need to checkout the entire v6 directory, as smop depends on KP6, which is also in this repository. After that you can enter in the v6/smop directory. In order to compile SMOP, you should:
This should get everything compiled. Optionally you can try:
This won't work in Test::Harness >= 3.00 and <= 3.08. You can always do something like:
But this should give you raw test results, instead of the pretty Test::Harness report. See also SMOP Debugging |