In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cfd916dd0186076c8aa8e70771a9fb4b37d0dd70?hp=3acdfe424777e5b3d1dd609118013c1dfc8d9ab9>

- Log -----------------------------------------------------------------
commit cfd916dd0186076c8aa8e70771a9fb4b37d0dd70
Author: Aaron Crane <a...@cpan.org>
Date:   Wed Dec 24 11:54:37 2014 +0000

    Fix typos in two unrelated test descriptions
-----------------------------------------------------------------------

Summary of changes:
 lib/B/Deparse.t | 2 +-
 t/io/perlio.t   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/B/Deparse.t b/lib/B/Deparse.t
index b60628e..c7bf611 100644
--- a/lib/B/Deparse.t
+++ b/lib/B/Deparse.t
@@ -1923,7 +1923,7 @@ my sub g {
 # Elements of %# should not be confused with $#{ array }
 () = ${#}{'foo'};
 ####
-# $; [perl #12335]
+# $; [perl #123357]
 $_ = $;;
 do {
     $;
diff --git a/t/io/perlio.t b/t/io/perlio.t
index 8dfac17..6b03e19 100644
--- a/t/io/perlio.t
+++ b/t/io/perlio.t
@@ -130,7 +130,7 @@ SKIP: {
     }
     else {
         ok(!defined $fd, "fileno(DIRHANDLE) is undef when no dirfd()");
-        isnt($errno, 0, "fileno(DIRHANDLE) sets errno when no dirfs()");
+        isnt($errno, 0, "fileno(DIRHANDLE) sets errno when no dirfd()");
     }
 }
 

--
Perl5 Master Repository

Reply via email to