From e381b5d67c685cd835a25927cf6af13484b90ee7 Mon Sep 17 00:00:00 2001 From: Uwe Voelker Date: Fri, 5 Aug 2011 16:12:27 +0200 Subject: [PATCH] fix typo --- lib/Devel/PatchPerl.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Devel/PatchPerl.pm b/lib/Devel/PatchPerl.pm index 736d9db..e91a529 100644 --- a/lib/Devel/PatchPerl.pm +++ b/lib/Devel/PatchPerl.pm @@ -1,6 +1,6 @@ package Devel::PatchPerl; -# ABSTRACT: Patch perl source a la Devel::PPort's buildperl.pl +# ABSTRACT: Patch perl source a la Devel::PPPort's buildperl.pl use strict; use warnings; @@ -1721,7 +1721,7 @@ qq[patchin']; =head1 DESCRIPTION -Devel::PatchPerl is a modularisation of the patching code contained in L's +Devel::PatchPerl is a modularisation of the patching code contained in L's C. It does not build perls, it merely provides an interface to the source patching