[svn:parrot] r42664 - trunk/lib/Parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 03:38:38 UTC 2009


Author: jkeenan
Date: Sat Nov 21 03:38:37 2009
New Revision: 42664
URL: https://trac.parrot.org/parrot/changeset/42664

Log:
Delete reference to resolved RT #58840.

Modified:
   trunk/lib/Parrot/Test.pm

Modified: trunk/lib/Parrot/Test.pm
==============================================================================
--- trunk/lib/Parrot/Test.pm	Sat Nov 21 03:36:55 2009	(r42663)
+++ trunk/lib/Parrot/Test.pm	Sat Nov 21 03:38:37 2009	(r42664)
@@ -1123,7 +1123,7 @@
 
     my $out = $options->{'STDOUT'} || '';
     my $err = $options->{'STDERR'} || '';
-    ##  File::Temp overloads 'eq' here, so we need the quotes. RT #58840
+    ##  File::Temp overloads 'eq' here, so we need the quotes.
     if ( $out and $err and "$out" eq "$err" ) {
         $err = '&STDOUT';
     }


More information about the parrot-commits mailing list