[Bps-public-commit] r9210 - Text-Quoted

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 3 07:04:22 EDT 2007


Author: ruz
Date: Wed Oct  3 07:04:21 2007
New Revision: 9210

Modified:
   Text-Quoted/   (props changed)
   Text-Quoted/Quoted.pm

Log:
 r18266 at cubic-pc:  cubic | 2007-10-03 14:43:10 +0400
 * oops, hang can be undefined


Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm	(original)
+++ Text-Quoted/Quoted.pm	Wed Oct  3 07:04:21 2007
@@ -226,7 +226,7 @@
     }
 
     # Reapply hangs
-    for (@paras) {
+    for (grep $_->{hang}, @paras) {
         next unless my $str = $_->{hang}->stringify;
         $_->{text} = $str . " " . $_->{text};
     }



More information about the Bps-public-commit mailing list