Update of /cvsroot/winguitest/Win32-GuiTest/t
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20994/t
Modified Files:
01_basic.t 02_calc.t 03_cpl.t 04_std.t 05_which.t
06_sendkeys.t
Log Message:
- incorporate minor changes accumulated in 1.54 @ CPAN
Index: 05_which.t
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/t/05_which.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 05_which.t 23 Oct 2007 12:22:48 -0000 1.1
--- 05_which.t 1 Oct 2008 11:10:12 -0000 1.2
***************
*** 1,4 ****
#!perl -w
! BEGIN { $| = 1; }
# $Id$
--- 1,7 ----
#!perl -w
! BEGIN {
! print "1..0 # Skip win32 required\n" and exit unless $^O =~ /win32|cygwin/i;
! $| = 1;
! }
# $Id$
Index: 03_cpl.t
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/t/03_cpl.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 03_cpl.t 23 Oct 2007 12:22:48 -0000 1.1
--- 03_cpl.t 1 Oct 2008 11:10:12 -0000 1.2
***************
*** 1,4 ****
#!perl -w
! BEGIN { $| = 1; }
# $Id$
--- 1,7 ----
#!perl -w
! BEGIN {
! print "1..0 # Skip win32 required\n" and exit unless $^O =~ /win32|cygwin/i;
! $| = 1;
! }
# $Id$
Index: 06_sendkeys.t
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/t/06_sendkeys.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 06_sendkeys.t 23 Oct 2007 12:22:48 -0000 1.1
--- 06_sendkeys.t 1 Oct 2008 11:10:12 -0000 1.2
***************
*** 1,4 ****
#!perl -w
! BEGIN { $| = 1; }
# $Id$
--- 1,7 ----
#!perl -w
! BEGIN {
! print "1..0 # Skip win32 required\n" and exit unless $^O =~ /win32|cygwin/i;
! $| = 1;
! }
# $Id$
Index: 02_calc.t
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/t/02_calc.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 02_calc.t 23 Oct 2007 12:22:48 -0000 1.1
--- 02_calc.t 1 Oct 2008 11:10:12 -0000 1.2
***************
*** 1,4 ****
#!perl -w
! BEGIN { $| = 1; }
# Do some tricks with the calculator
--- 1,7 ----
#!perl -w
! BEGIN {
! print "1..0 # Skip win32 required\n" and exit unless $^O =~ /win32|cygwin/i;
! $| = 1;
! }
# Do some tricks with the calculator
Index: 01_basic.t
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/t/01_basic.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 01_basic.t 23 Oct 2007 12:22:48 -0000 1.1
--- 01_basic.t 1 Oct 2008 11:10:12 -0000 1.2
***************
*** 1,4 ****
#!perl -w
! BEGIN { $| = 1; }
# $Id$
--- 1,7 ----
#!perl -w
! BEGIN {
! print "1..0 # Skip win32 required\n" and exit unless $^O =~ /win32|cygwin/i;
! $| = 1;
! }
# $Id$
Index: 04_std.t
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/t/04_std.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 04_std.t 23 Oct 2007 12:22:48 -0000 1.1
--- 04_std.t 1 Oct 2008 11:10:12 -0000 1.2
***************
*** 1,4 ****
#!perl -w
! BEGIN { $| = 1; }
# $Id$
--- 1,7 ----
#!perl -w
! BEGIN {
! print "1..0 # Skip win32 required\n" and exit unless $^O =~ /win32|cygwin/i;
! $| = 1;
! }
# $Id$
|