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

Use the App::Parrot::Create:: namespace in Perl modules #10

Closed
leto opened this issue Sep 20, 2013 · 1 comment
Closed

Use the App::Parrot::Create:: namespace in Perl modules #10

leto opened this issue Sep 20, 2013 · 1 comment
Assignees

Comments

@leto
Copy link
Member

leto commented Sep 20, 2013

The current behavior is to install into the Parrot::* namespace, which is incorrect:


$ make install
Installing /Users/jleto/perl5/lib/perl5/Parrot/Base.pm
Installing /Users/jleto/perl5/lib/perl5/Parrot/HLL.pm
Installing /Users/jleto/perl5/lib/perl5/Parrot/Library.pm
Installing /Users/jleto/perl5/lib/perl5/Parrot/Type.pm
Installing /Users/jleto/perl5/man/man3/Parrot::Base.3pm
Installing /Users/jleto/perl5/man/man3/Parrot::HLL.3pm
Installing /Users/jleto/perl5/man/man3/Parrot::Library.3pm
Installing /Users/jleto/perl5/man/man3/Parrot::Type.3pm
$

This application should use App::Parrot::Create::Base, App::Parrot::Create::HLL, etc.. instead of Parrot::Base, Parrot::HLL. That is the incorrect namespace and will cause confusion on CPAN.



@ghost ghost assigned dboys Sep 20, 2013
@dboys
Copy link
Member

dboys commented Sep 21, 2013

0af0e43
closed.

@dboys dboys closed this as completed Sep 21, 2013
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

No branches or pull requests

2 participants