Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improper directory structure formed for mixed '::' and '-' use #177

Closed
tbrowder opened this issue Mar 25, 2024 · 1 comment · Fixed by #179
Closed

Improper directory structure formed for mixed '::' and '-' use #177

tbrowder opened this issue Mar 25, 2024 · 1 comment · Fixed by #179

Comments

@tbrowder
Copy link
Contributor

Given

mi6 new Foo::Bar-Baz

The directory strucrure is created as:

Foo-Bar-Baz/
    lib/Foo/Bar/
        Baz.rakumod

But it should be:

Foo-Bar-Baz/
   lib/Foo/
        Bar-Baz.rakumod
@tbrowder
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant