HERE docs etc.
[www.jankratochvil.net.git] / project / vblib / ListItem.pm
index 05617b1..1842c87 100755 (executable)
@@ -37,11 +37,12 @@ our @ListItem=(
                "maintenance"=>"ready",
                "language"=>"C",
                "sponsorship"=>"<a href=\"http://www.princip.cz/\">Princip, a.s.</a>",
-               "description"=>""
-                               .'<p>Enables application to easily do input/output functions (like'
-                               .' read/write, printf etc.) with memory streams while using performance effective'
-                               .' functions. Simple buffer copying/moving would be possible but it would case a'
-                               .' major performance hit if not using algorithms implemented in this library.</p>'
+               "description"=><<"HERE",
+<p>Enables application to easily do input/output functions (like
+read/write, printf etc.) with memory streams while using performance effective
+functions. Simple buffer copying/moving would be possible but it would case a
+major performance hit if not using algorithms implemented in this library.</p>
+HERE
                );
 
 1;