Functional Logo Perl                  
history | edit

Guidelines to hack on the functional-perl project

See also design.

Style

Testing

Perl issues

Tests that depend on the Perl core being fixed are only run if the TEST_PERL env variable is true. I.e. run

TEST_PERL=1 make test

or similar.