[svn:mod_parrot] r397 - mod_parrot/branches/configure/config/directives

[email protected] Sat, 26 Jul 2008 09:41:29 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: particle
Date: Sat Jul 26 09:41:28 2008
New Revision: 397

Modified:
   mod_parrot/branches/configure/config/directives/io.op

Log:
[config] ws cleanup

Modified: mod_parrot/branches/configure/config/directives/io.op
==============================================================================
--- mod_parrot/branches/configure/config/directives/io.op	(original)
+++ mod_parrot/branches/configure/config/directives/io.op	Sat Jul 26 09:41:28 2008
@@ -3,7 +3,7 @@
 ## printing
 define say       defined $_[1] ? print STDOUT $_[1], $/ : print $/
 define print     defined $_[1] ? print STDOUT $_[1] : 1
-define printerr  defined $_[1] ? print STDERR $_[1]  : 1
+define printerr  defined $_[1] ? print STDERR $_[1] : 1
 
 ##  changing dirs
 define <<PUSHDIR