diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-09 12:42:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-09 16:01:00 +0000 |
commit | 2ecb232bd97ff77a65f26d2959e7cc1eb6bce2fe (patch) | |
tree | 1aa7d87fa1d9a50a401e098731f2bc73dda0b344 /Porting | |
parent | e366b469b913fe3bb59ea9a1de1949e15e2e2633 (diff) | |
download | perl-2ecb232bd97ff77a65f26d2959e7cc1eb6bce2fe.tar.gz |
Re: Two questions
Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15129
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 8b9d5893ff..fe4d9c8e2c 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -1323,7 +1323,7 @@ configure-and-build process to use your function. Perform these steps. =item * -Code and test the function you wish to add. Test is carefully; you will +Code and test the function you wish to add. Test it carefully; you will have a much easier time debugging your code independently than when it is a part of perl. |