Hi:
Nice work on the README.md, thanks for the quick update! However I can't get the code to work without the following three lines added at the top:
use Test;
use ABC::Grammar;
use ABC::Actions;
On a related note, simply using the lines:
...don't work. So I'm wondering if the install process needs to leave an ABC module stub somewhere?
Thanks again!