From fb5abb7bb11025bdef94608b15f10ad81dbb6b0e Mon Sep 17 00:00:00 2001 From: Arthur Axel 'fREW' Schmidt Date: Wed, 25 Sep 2013 21:56:26 -0500 Subject: [PATCH] remove bonus NAME section (fixes #2) --- Changes | 1 + lib/Syntax/Keyword/Gather.pm | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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;