|
Perl 6
SMOP Hacking: Revision 10
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 pugs repository, as smop depends on other pugs projects, which are also in this repository. After that you can enter in the pugs/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. This issue is fixed in Test::Harness 3.09. See also SMOP Debugging |