In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2fcbb74a67c62e89b625fc824fcddb7de6519a28?hp=70f1d2e1ae60abcddf0ce90aa77c6fa0d51c0068>

- Log -----------------------------------------------------------------
commit 2fcbb74a67c62e89b625fc824fcddb7de6519a28
Author: Father Chrysostomos <[email protected]>
Date:   Tue Mar 24 17:57:14 2015 -0700

    Deparse.t: test <<>>
-----------------------------------------------------------------------

Summary of changes:
 lib/B/Deparse.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/B/Deparse.t b/lib/B/Deparse.t
index 9805bde..2fb5b75 100644
--- a/lib/B/Deparse.t
+++ b/lib/B/Deparse.t
@@ -635,6 +635,9 @@ readline 'FH';
 readline *$_;
 readline *{$_;};
 ####
+# <<>>
+$_ = <<>>;
+####
 # \x{}
 my $foo = "Ab\x{100}\200\x{200}\237Cd\000Ef\x{1000}\cA\x{2000}\cZ";
 my $bar = "\x{100}";

--
Perl5 Master Repository

Reply via email to