diff --git a/Changes b/Changes index b4173f5..d3d7a88 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for {{$dist->name}} {{$NEXT}} + - remove bonus NAME section 1.002002 2013-04-04 18:38:43 CST6CDT - Fix silly POD error (Yanick Champoux) diff --git a/lib/Syntax/Keyword/Gather.pm b/lib/Syntax/Keyword/Gather.pm index 6680961..5311601 100644 --- a/lib/Syntax/Keyword/Gather.pm +++ b/lib/Syntax/Keyword/Gather.pm @@ -60,10 +60,6 @@ use overload __END__ -=head1 NAME - -Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5 - =head1 SYNOPSIS use Syntax::Keyword::Gather;