1d80b01
From: niklas [...] ytvwld.de
1d80b01
1d80b01
I'm generate manpages from the documentation in your module.
1d80b01
1d80b01
This works, but pod2man notices a few errors.
1d80b01
1d80b01
I think the attached patch fixes this (at least according to pod2man).
1d80b01
1d80b01
CPAN RT#115456
1d80b01
1d80b01
--- lib/Term/Animation.old.pm
1d80b01
+++ lib/Term/Animation.pm
1d80b01
@@ -176,7 +176,7 @@ animation. This is identical to:
1d80b01
   my $entity = Term::Animation::Entity->new(...);
1d80b01
   $anim->add_entity($entity);
1d80b01
1d80b01
-See L<Term::Animation::Entity/PARAMETERS|PARAMETERS> and L<Term::Animation::Entity/new|new>
1d80b01
+See L<PARAMETERS|Term::Animation::Entity/PARAMETERS> and L<new|Term::Animation::Entity/new>
1d80b01
 in L<Term::Animation::Entity> for details on calling this method.
1d80b01
1d80b01
 =cut
1d80b01
--- lib/Term/Animation/Entity.old.pm
1d80b01
+++ lib/Term/Animation/Entity.pm
1d80b01
@@ -619,7 +619,7 @@ sub default_color {
1d80b01
1d80b01
   $entity->color_mask( $mask );
1d80b01
1d80b01
-Set the color mask for the entity. See the L<Term::Animation/COLOR|COLOR> section of
1d80b01
+Set the color mask for the entity. See the L<COLOR|Term::Animation/COLOR> section of
1d80b01
 L<Term::Animation> for details.
1d80b01
1d80b01
 =cut