Description: fix manpage-has-bad-whatis-entry
 These double entries are a failure mode of Dist::Zilla somehow
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://github.com/rjbs/Mixin-ExtraFields/issues/1

--- a/lib/Mixin/ExtraFields.pm
+++ b/lib/Mixin/ExtraFields.pm
@@ -157,7 +157,7 @@
 
 =head1 NAME
 
-Mixin::ExtraFields
+Mixin::ExtraFields - add extra stashes of data to your objects
 
 =head1 VERSION
 
@@ -209,10 +209,6 @@
 Multiple ExtraFields stashes can be mixed into one class, using one or many
 storage mechanisms.
 
-=head1 NAME
-
-Mixin::ExtraFields - add extra stashes of data to your objects
-
 =head1 MIXING IN
 
 To create a stash of extra fields, just C<use> Mixin::ExtraFields and import
--- a/lib/Mixin/ExtraFields/Driver.pm
+++ b/lib/Mixin/ExtraFields/Driver.pm
@@ -76,7 +76,7 @@
 
 =head1 NAME
 
-Mixin::ExtraFields::Driver
+Mixin::ExtraFields::Driver - a backend for extra field storage
 
 =head1 VERSION
 
@@ -98,10 +98,6 @@
 retrieve data keyed to an object and a name or key.  It can store this in any
 way it likes, and does not need to guarantee persistence across processes.
 
-=head1 NAME
-
-Mixin::ExtraFields::Driver - a backend for extra field storage
-
 =head1 SUBCLASSING
 
 All drivers must implement the four methods listed below.  The base class has
--- a/lib/Mixin/ExtraFields/Driver/HashGuts.pm
+++ b/lib/Mixin/ExtraFields/Driver/HashGuts.pm
@@ -107,7 +107,7 @@
 
 =head1 NAME
 
-Mixin::ExtraFields::Driver::HashGuts
+Mixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's guts
 
 =head1 VERSION
 
@@ -131,10 +131,6 @@
     driver => { class => 'HashGuts', hash_key => "\0Something\0Wicked\0" }
   };
 
-=head1 NAME
-
-Mixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's guts
-
 =head1 METHODS
 
 In addition to the methods required by Mixin::ExtraFields::Driver, the
