[svn:parrot] r36707 - branches/update_pod/lib/Parrot/Test/Pod

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Feb 14 00:51:44 UTC 2009


Author: jkeenan
Date: Sat Feb 14 00:51:44 2009
New Revision: 36707
URL: https://trac.parrot.org/parrot/changeset/36707

Log:
Eliminate trailing whitespace.

Modified:
   branches/update_pod/lib/Parrot/Test/Pod/Util.pm

Modified: branches/update_pod/lib/Parrot/Test/Pod/Util.pm
==============================================================================
--- branches/update_pod/lib/Parrot/Test/Pod/Util.pm	Sat Feb 14 00:43:06 2009	(r36706)
+++ branches/update_pod/lib/Parrot/Test/Pod/Util.pm	Sat Feb 14 00:51:44 2009	(r36707)
@@ -35,7 +35,7 @@
 
 B<Purpose:>
 
-Identifies files in the Parrot distribution 
+Identifies files in the Parrot distribution
 which are likely to merit examination for the validity of their POD.
 
 The subroutine itself does a first pass at that process, and takes as one of
@@ -111,7 +111,7 @@
         # do FIRST_FILE
         FIRST_FILE: foreach my $file ( keys %{ $files_needing_analysis } ) {
             my $full_file = qq|$args->{build_dir}/$file|;
-        
+
             # skip missing MANIFEST.generated files ( -e )
             # skip binary files # (including .pbc files) ( -B )
             # skip files that pass the -e test
@@ -120,7 +120,7 @@
                 delete $files_needing_analysis->{ $file };
                 next FIRST_FILE;
             }
-        
+
             # skip files without POD
             unless (Pod::Find::contains_pod( $full_file, 0 )) {
                 delete $files_needing_analysis->{ $file };


More information about the parrot-commits mailing list