Author: BINGOS
Date: Mon Jun  7 01:42:45 2010
New Revision: 14118

Modified:
   CPANPLUS-Dist-Build/trunk/Changes
   CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm

Log:
Correct spelling in POD, pointed out by H.Merijn Brand

Modified: CPANPLUS-Dist-Build/trunk/Changes
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Changes   (original)
+++ CPANPLUS-Dist-Build/trunk/Changes   Mon Jun  7 01:42:45 2010
@@ -3,6 +3,7 @@
   - Explicitly set the location of cpanp-run-perl when under PERL_CORE
     in t/inc/conf.pl
   - Make sure we find cpanp-run-perl in ../../utils when PERL_CORE
+  - Correct spelling in POD, pointed out by H.Merijn Brand
 
 0.46 Sat Jan 23 07:52:19 GMT 2010
   - actually make the prereq resolving fallback to _build/ querying

Modified: CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm
==============================================================================
--- CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm        (original)
+++ CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm        Mon Jun  7 
01:42:45 2010
@@ -98,7 +98,7 @@
 
 =item C<prepared ()>
 
-BOOL indicating if the C<prepare> call exited succesfully
+BOOL indicating if the C<prepare> call exited successfully
 This gets set after C<perl Build.PL>
 
 =item C<distdir ()>
@@ -108,7 +108,7 @@
 
 =item C<created ()>
 
-BOOL indicating if the C<create> call exited succesfully. This gets
+BOOL indicating if the C<create> call exited successfully. This gets
 set after C<Build> and C<Build test>.
 
 =item C<installed ()>

Reply via email to