# New Ticket Created by  Lars Balker Rasmussen 
# Please include the string:  [perl #23326]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23326 >


Just to fix some cvs up noise...
-- 
Lars Balker Rasmussen                                      Consult::Perl



-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/62695/46188/ba87f8/temp.patch

Index: .cvsignore
===================================================================
RCS file: /cvs/public/parrot/.cvsignore,v
retrieving revision 1.29
diff -u -a -u -r1.29 .cvsignore
--- .cvsignore	24 Jul 2003 20:18:09 -0000	1.29
+++ .cvsignore	15 Aug 2003 08:54:00 -0000
@@ -28,3 +28,4 @@
 test_main
 CFLAGS
 exec_cpu.c
+temp.file
Index: t/pmc/io.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/io.t,v
retrieving revision 1.10
diff -u -a -u -r1.10 io.t
--- t/pmc/io.t	12 Aug 2003 10:09:41 -0000	1.10
+++ t/pmc/io.t	15 Aug 2003 08:54:02 -0000
@@ -290,3 +290,5 @@
 ok 1
 Hello Parrot!
 OUTPUT
+
+unlink "temp.file";

Reply via email to