From: Richard D. <ric...@us...> - 2006-10-01 11:17:58
|
Update of /cvsroot/file-extattr/File-ExtAttr/t In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8875/t Modified Files: 00load.t 01distribution.t 02load-all.t 03pod-coverage.t 11basic.t 13long.t 14optional.t 15create.t 16replace.t 17createreplace.t 20tie-basic.t Log Message: Run tests with warnings on Index: 03pod-coverage.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/03pod-coverage.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 03pod-coverage.t 1 Jan 2006 19:06:39 -0000 1.1 --- 03pod-coverage.t 1 Oct 2006 11:17:56 -0000 1.2 *************** *** 1,3 **** ! #!perl -T use strict; --- 1,3 ---- ! #!perl -T -w use strict; Index: 15create.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/15create.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 15create.t 19 Aug 2006 18:27:18 -0000 1.1 --- 15create.t 1 Oct 2006 11:17:56 -0000 1.2 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -T -w # Before `make install' is performed this script should be runnable with Index: 02load-all.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/02load-all.t,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 02load-all.t 6 Mar 2006 20:53:47 -0000 1.2 --- 02load-all.t 1 Oct 2006 11:17:56 -0000 1.3 *************** *** 1,3 **** ! #!perl -T use strict; --- 1,3 ---- ! #!perl -T -w use strict; Index: 13long.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/13long.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 13long.t 19 Aug 2006 14:06:25 -0000 1.3 --- 13long.t 1 Oct 2006 11:17:56 -0000 1.4 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -T -w # Before `make install' is performed this script should be runnable with Index: 20tie-basic.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/20tie-basic.t,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 20tie-basic.t 19 Aug 2006 14:06:25 -0000 1.4 --- 20tie-basic.t 1 Oct 2006 11:17:56 -0000 1.5 *************** *** 1,3 **** ! #!perl -T use strict; --- 1,3 ---- ! #!perl -T -w use strict; Index: 01distribution.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/01distribution.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 01distribution.t 20 Nov 2005 18:50:36 -0000 1.1 --- 01distribution.t 1 Oct 2006 11:17:56 -0000 1.2 *************** *** 1,3 **** ! #!/usr/bin/perl -w use strict; --- 1,3 ---- ! #!perl -w use strict; Index: 11basic.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/11basic.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 11basic.t 19 Aug 2006 14:06:25 -0000 1.3 --- 11basic.t 1 Oct 2006 11:17:56 -0000 1.4 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -T -w # Before `make install' is performed this script should be runnable with Index: 00load.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/00load.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 00load.t 9 Dec 2005 23:28:47 -0000 1.3 --- 00load.t 1 Oct 2006 11:17:56 -0000 1.4 *************** *** 1,3 **** ! #!perl -T use strict; --- 1,3 ---- ! #!perl -T -w use strict; Index: 16replace.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/16replace.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 16replace.t 19 Aug 2006 18:27:18 -0000 1.1 --- 16replace.t 1 Oct 2006 11:17:56 -0000 1.2 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -T -w # Before `make install' is performed this script should be runnable with Index: 14optional.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/14optional.t,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 14optional.t 19 Aug 2006 14:06:25 -0000 1.2 --- 14optional.t 1 Oct 2006 11:17:56 -0000 1.3 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -T -w # Before `make install' is performed this script should be runnable with Index: 17createreplace.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/17createreplace.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 17createreplace.t 19 Aug 2006 18:27:18 -0000 1.1 --- 17createreplace.t 1 Oct 2006 11:17:56 -0000 1.2 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -T -w # Before `make install' is performed this script should be runnable with |