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

Dependencies for Perl6::Form are missing #633

Closed
dmcbride opened this issue Aug 16, 2012 · 2 comments
Closed

Dependencies for Perl6::Form are missing #633

dmcbride opened this issue Aug 16, 2012 · 2 comments

Comments

@dmcbride
Copy link

https://metacpan.org/module/Perl6::Form shows "Dependencies none". But its Makefile.PL says:

use ExtUtils::MakeMaker;
WriteMakefile(
        NAME    => q[Perl6::Form],
        VERSION => q[0.04],
        AUTHOR  => 'Damian Conway',
        PREREQ_PM => { Perl6::Export=>0, Scalar::Util=>0, List::Util=>0 },
         );

So, when I went to install Perl6::Form, I was surprised by the dependency :-)

@rwstauner
Copy link
Contributor

Dependencies are currently parsed from the META.* files which this dist does not provide.

@monken
Copy link
Contributor

monken commented Oct 14, 2012

this has been fixed.

@monken monken closed this as completed Oct 14, 2012
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

3 participants