Updates to modules-related pod
[p5sagit/p5-mst-13.2.git] / pod / perltie.pod
index 30a0b1d..429a662 100644 (file)
@@ -876,7 +876,7 @@ passed to the printf function.
     sub PRINTF {
         shift;
         my $fmt = shift;
-        print sprintf($fmt, @_)."\n";
+        print sprintf($fmt, @_);
     }
 
 =item READ this, LIST