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

Errors in SYNOPSIS #1

Closed
neilb opened this issue Aug 1, 2012 · 0 comments
Closed

Errors in SYNOPSIS #1

neilb opened this issue Aug 1, 2012 · 0 comments

Comments

@neilb
Copy link

neilb commented Aug 1, 2012

The synopsis says to do the following:

my $prereqs = $dr->prerequisites(dist => 'Foo-Bar-1.2');

But that should be something like:

my %prereqs = $dr->prerequisites(dist => 'Foo-Bar-1.2');

As it returns a hash, rather than a hasref.

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