In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dd7a2a7af636cde45de0b496864f9c9aefcca59b?hp=0f6f92e0b139f81313e47d8eb6d0c323dfd77b62>
- Log ----------------------------------------------------------------- commit dd7a2a7af636cde45de0b496864f9c9aefcca59b Author: Karl Williamson <[email protected]> Date: Thu Mar 5 10:34:08 2015 -0700 Data::Dumper/t/dumper.t: Fix comments ----------------------------------------------------------------------- Summary of changes: dist/Data-Dumper/t/dumper.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Data-Dumper/t/dumper.t b/dist/Data-Dumper/t/dumper.t index f452ad2..b897f8e 100644 --- a/dist/Data-Dumper/t/dumper.t +++ b/dist/Data-Dumper/t/dumper.t @@ -1384,7 +1384,7 @@ EOT if ($Is_ebcdic) { $b = "Bad. XS didn't escape dollar sign"; ############# 322 - $WANT = <<"EOT"; # Careful. This is '' string written inside '' here doc + $WANT = <<"EOT"; # Careful. This is '' string written inside "" here doc #\$VAR1 = '\$b\"\@\\\\\xB1'; EOT $a = "\$b\"\@\\\xB1\x{100}"; @@ -1399,7 +1399,7 @@ EOT } else { $b = "Bad. XS didn't escape dollar sign"; ############# 322 - $WANT = <<"EOT"; # Careful. This is '' string written inside '' here doc + $WANT = <<"EOT"; # Careful. This is '' string written inside "" here doc #\$VAR1 = '\$b\"\@\\\\\xA3'; EOT -- Perl5 Master Repository
