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

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


Author: ruz
Date: Wed Oct  3 07:03:56 2007
New Revision: 9208

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

Log:
 r18264 at cubic-pc:  cubic | 2007-10-03 14:38:21 +0400
 * @chunks is always not empty


Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm	(original)
+++ Text-Quoted/Quoted.pm	Wed Oct  3 07:03:56 2007
@@ -191,7 +191,7 @@
         if ( $line->{separator}
             || $line->{quoter} ne $chunks[-1][-1]->{quoter}
             || $line->{empty}
-            || @chunks && $chunks[-1][-1]->{empty} )
+            || $chunks[-1][-1]->{empty} )
         {
             push @chunks, [$line];
         }



More information about the Bps-public-commit mailing list