Description: Fix the links in the pods.
 The description in Term::Animation links to several sections
 in Term::Animation::Entity.
 But the syntax is wrong - this is likely to be a typo.
 Instead of L<description|destination> the links are
 L<destination|description>.

Author: Niklas Sombert <niklas@ytvwld.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- libterm-animation-perl-2.6.orig/lib/Term/Animation.pm
+++ libterm-animation-perl-2.6/lib/Term/Animation.pm
@@ -176,7 +176,7 @@ animation. This is identical to:
   my $entity = Term::Animation::Entity->new(...);
   $anim->add_entity($entity);
 
-See L<Term::Animation::Entity/PARAMETERS|PARAMETERS> and L<Term::Animation::Entity/new|new>
+See L<PARANETERS|Term::Animation::Entity/PARAMETERS> and L<new|Term::Animation::Entity/new>
 in L<Term::Animation::Entity> for details on calling this method.
 
 =cut
--- libterm-animation-perl-2.6.orig/lib/Term/Animation/Entity.pm
+++ libterm-animation-perl-2.6/lib/Term/Animation/Entity.pm
@@ -619,7 +619,7 @@ sub default_color {
 
   $entity->color_mask( $mask );
 
-Set the color mask for the entity. See the L<Term::Animation/COLOR|COLOR> section of
+Set the color mask for the entity. See the L<COLOR|Term::Animation/COLOR> section of
 L<Term::Animation> for details.
 
 =cut
