[svn:parrot] r48116 - branches/html_cleanup/lib/Parrot/Docs

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Jul 19 21:54:44 UTC 2010


Author: mikehh
Date: Mon Jul 19 21:54:44 2010
New Revision: 48116
URL: https://trac.parrot.org/parrot/changeset/48116

Log:
fix codetest failure - trailing whitespace

Modified:
   branches/html_cleanup/lib/Parrot/Docs/PodToHtml.pm

Modified: branches/html_cleanup/lib/Parrot/Docs/PodToHtml.pm
==============================================================================
--- branches/html_cleanup/lib/Parrot/Docs/PodToHtml.pm	Mon Jul 19 19:14:53 2010	(r48115)
+++ branches/html_cleanup/lib/Parrot/Docs/PodToHtml.pm	Mon Jul 19 21:54:44 2010	(r48116)
@@ -84,7 +84,7 @@
             $title =~ s/^.*?-\s*//;
         }
     }
- 
+
     my $dirCount = ( $self->{source_filename} =~ tr{/}{/} );
     my $resources_URL = join('/', (('..') x ++$dirCount)) . '/resources';
 


More information about the parrot-commits mailing list