diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-22 23:56:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-22 23:56:00 +0000 |
commit | e056e17d86381d9e7aef09f26f070da3695a94b4 (patch) | |
tree | 587487e934e28db3845616e02e6fe198be9a8170 /Changes | |
parent | 0a1cadcdabc3ef55699743b948a5477b7424493f (diff) | |
download | perl-e056e17d86381d9e7aef09f26f070da3695a94b4.tar.gz |
Fix my typo in change 32137.
Fix the bogus blank line in change 31997.
p4raw-id: //depot/perl@32460
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1330,7 +1330,7 @@ ____________________________________________________________________________ ! embed.fnc embed.h proto.h toke.c ____________________________________________________________________________ [ 32137] By: nicholas on 2007/10/18 18:07:19 - Log: Simplify the logical for retrieving PL_inplace into $^I, as sv_setpv() + Log: Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv() will do the "right" thing if we want NULL to map to undef. Branch: perl ! mg.c @@ -2334,7 +2334,6 @@ ____________________________________________________________________________ Log: Subject: [PATCH] bring File::Path up to 2.01 (was: Re: Freeze ?) From: David Landgren <david@landgren.net> Date: Sun, 30 Sep 2007 15:19:49 +0200 - Message-ID: <46FFA275.6010304@landgren.net> Branch: perl ! lib/File/Path.pm lib/File/Path.t |