Subject: | Questionable bit of POD |
# What would have have to use when installing
# $path = 'LOCAL/Perl-Tarball-1.02.tar.gz';
my $path = $cpan->install_path( 'some/random/Perl-Tarball-1.02.tar.gz' );
The word "have" is used twice in a row in the comment and simply removing one does not allow the comment to parse correctly when I read it. I'm assuming it should read "What would _____ have to use when installing" but I'm not sure what fills in the blank.