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

duplicate POD NAME in tarball #2

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

duplicate POD NAME in tarball #2

fschlich opened this issue Sep 20, 2013 · 1 comment

Comments

@fschlich
Copy link

Hi,

the Syntax-Keyword-Gather tarball on CPAN contains a duplicate NAME entry in the POD. The patch to fix this is below, but what puzzles me is that the source here on github seems to have never contained this duplicate entry??

Florian

--- a/lib/Syntax/Keyword/Gather.pm
+++ b/lib/Syntax/Keyword/Gather.pm
@@ -64,7 +64,7 @@

 =head1 NAME

-Syntax::Keyword::Gather
+Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5

 =head1 VERSION

@@ -221,10 +221,6 @@
     }
  }

-=head1 NAME
-
-Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5
-
 =head1 HISTORY

 This module was forked from Damian Conway's L<Perl6::Gather> for a few reasons.
@frioux
Copy link
Owner

frioux commented Sep 21, 2013

Oh sorry about that, this is a dist zilla issue. Basically because the pod is munged at build time there should be no NAME header at all. I'll fix this shortly. Thanks for the heads up!

@frioux frioux closed this as completed in fb5abb7 Sep 26, 2013
frioux pushed a commit that referenced this issue Sep 26, 2013
frioux pushed a commit that referenced this issue Sep 26, 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