This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
modernise t/cmd/while.t
authorGerard Goossen <gerard@ggoossen.net>
Thu, 12 Nov 2009 11:42:37 +0000 (12:42 +0100)
committerZefram <zefram@fysh.org>
Sat, 8 Jan 2011 13:38:39 +0000 (13:38 +0000)
commit138b82305768bfde5e5870f82ece1425da54f8e5
tree6fe4509ee6addbe4854b70ef15213aa3555cef0a
parentac066c2ab5bc31260104aeee778921b186894769
modernise t/cmd/while.t

Add t/base/while.t testing the basic of a while loop with minimal
dependencies.  Change t/cmd/while.t into a non-base test using "test.pl".

(Includes bugfixes by Zefram over Gerard's original patch.)
MANIFEST
t/base/while.t [new file with mode: 0644]
t/cmd/while.t