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)
commitc49688b01872b2b0030cfe2c0d5cd22aa4e70b6b
tree8a1a5892331caba1bc36afb93f37bfa1d0fd9fb9
parentc8e9f72fa069d0087a99c77584ea59b938b08604
Clean up heredoc.t

* 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
t/op/heredoc.t
t/test.pl