| Subject: | [svn:mod_parrot] r397 - mod_parrot/branches/configure/config/directives |
|---|---|
| From: | particle@xxxxxxxxxxxx |
| Date: | Sat, 26 Jul 2008 09:41:29 -0700 (PDT) |
| Newsgroups: | perl.cvs.mod_parrot |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r396 - mod_parrot/trunk/build/lib/Generator, jhorwitz |
|---|---|
| Next by Date: | [svn:mod_parrot] r398 - mod_parrot/branches/configure/lib/ModParrot/Configure, particle |
| Previous by Thread: | [svn:mod_parrot] r396 - mod_parrot/trunk/build/lib/Generator, jhorwitz |
| Next by Thread: | [svn:mod_parrot] r398 - mod_parrot/branches/configure/lib/ModParrot/Configure, particle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |