[svn:parrot] r49681 - trunk/t/pmc

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Oct 26 10:04:23 UTC 2010


Author: fperrad
Date: Tue Oct 26 10:04:22 2010
New Revision: 49681
URL: https://trac.parrot.org/parrot/changeset/49681

Log:
[t] useless interpolation

Modified:
   trunk/t/pmc/io_stdin.t

Modified: trunk/t/pmc/io_stdin.t
==============================================================================
--- trunk/t/pmc/io_stdin.t	Tue Oct 26 00:32:32 2010	(r49680)
+++ trunk/t/pmc/io_stdin.t	Tue Oct 26 10:04:22 2010	(r49681)
@@ -34,7 +34,7 @@
         my $string = shift;
 
         my (undef, $file) = create_tempfile(UNLINK => 1);
-        open(my $out, '>', "$file") or die "bug";
+        open(my $out, '>', $file) or die "bug";
         print $out $string;
         return $file;
     };


More information about the parrot-commits mailing list