This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add PUGS_USE_EXTERNAL_TEST env variable that uses external Test.pm.
So this works now:
PUGS_USE_EXTERNAL_TEST=1 dist/build/pugs/pugs -Iext/Test/lib -MTest -e 'done_testing'
To cache compilation AST, do this:
dist/build/pugs/pugs -CParse-Yaml ext/Test/lib/Test.pm > ext/Test/lib/Test.pm.yml- Loading branch information