Skip to content

Please add use statements at top of README.md example code #17

@jubilatious1

Description

@jubilatious1

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:

use Test;
use ABC;

...don't work. So I'm wondering if the install process needs to leave an ABC module stub somewhere?

Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions