diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
tree | f979656ed109e888baec4c361944b615bc0f7d2c /contrib/perl5/t/cmd | |
parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) |
Diffstat (limited to 'contrib/perl5/t/cmd')
-rwxr-xr-x | contrib/perl5/t/cmd/elsif.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/cmd/mod.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/cmd/subval.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/cmd/switch.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/cmd/while.t | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/perl5/t/cmd/elsif.t b/contrib/perl5/t/cmd/elsif.t index 7eace161e0475..5a901b6c34c0b 100755 --- a/contrib/perl5/t/cmd/elsif.t +++ b/contrib/perl5/t/cmd/elsif.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: elsif.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:08 $ +# $RCSfile: elsif.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ sub foo { if ($_[0] == 1) { diff --git a/contrib/perl5/t/cmd/mod.t b/contrib/perl5/t/cmd/mod.t index e2ab77724643d..ff9fe93febb79 100755 --- a/contrib/perl5/t/cmd/mod.t +++ b/contrib/perl5/t/cmd/mod.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: mod.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:11 $ +# $RCSfile: mod.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..12\n"; diff --git a/contrib/perl5/t/cmd/subval.t b/contrib/perl5/t/cmd/subval.t index 3c60690ebf141..2159021d13fdc 100755 --- a/contrib/perl5/t/cmd/subval.t +++ b/contrib/perl5/t/cmd/subval.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: subval.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:13 $ +# $RCSfile: subval.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ sub foo1 { 'true1'; diff --git a/contrib/perl5/t/cmd/switch.t b/contrib/perl5/t/cmd/switch.t index faa5de470f3c9..967852ea65a4a 100755 --- a/contrib/perl5/t/cmd/switch.t +++ b/contrib/perl5/t/cmd/switch.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: switch.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:14 $ +# $RCSfile: switch.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..18\n"; diff --git a/contrib/perl5/t/cmd/while.t b/contrib/perl5/t/cmd/while.t index 3bb9437f0176a..2bd581194c49c 100755 --- a/contrib/perl5/t/cmd/while.t +++ b/contrib/perl5/t/cmd/while.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: while.t,v $$Revision: 1.1.1.2 $$Date: 1999/05/02 14:29:15 $ +# $RCSfile: while.t,v $$Revision: 1.1.1.1.2.1 $$Date: 1999/05/05 13:18:11 $ print "1..15\n"; |