This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clean up heredoc.t
authorMichael G. Schwern <schwern@pobox.com>
Fri, 12 Jun 2009 22:35:00 +0000 (15:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 21:11:00 +0000 (14:11 -0700)
* Made the tests more independent, mostly by decoupling the use of
  a single $string.  This will make it easier to expand on the test file
  later.

* Replace ok( $foo eq $bar ) with is() for better diagnostics

* Remove unnecessary STDERR redirection.  fresh_perl does that for you.

* fix fresh_perl to honor progfile and stderr arguments passed in
  rather than just blowing over them


No differences found