diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-27 13:09:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-27 13:09:33 +0000 |
commit | 43a3695903dcfea2b7a821c88cf1a6051ce3ee8c (patch) | |
tree | 939384ea8b57f6a3b304f9804202c836dd2006b0 /pod/perlnewmod.pod | |
parent | 5518ecd4c71d9e274b4e6a0c6a7d04bade4a7cd9 (diff) | |
download | perl-43a3695903dcfea2b7a821c88cf1a6051ce3ee8c.tar.gz |
disturbing, disruptive typo in Tutorial.pod [PATCH]
From: "John P. Linderman" <jpl@research.att.com>
Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
Message-Id: <200308271210.IAA23907@raptor.research.att.com>
Subject: typo in pod/perlnewmod.pod [PATCH]
From: "John P. Linderman" <jpl@research.att.com>
Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
Message-Id: <200308271307.JAA46955@raptor.research.att.com>
Subject: [PATCH] document the location of byacc
From: Dave Mitchell <davem@fdgroup.com>
Date: Wed, 27 Aug 2003 14:26:50 +0100
Message-ID: <20030827132650.GA23144@fdgroup.com>
p4raw-id: //depot/perl@20917
Diffstat (limited to 'pod/perlnewmod.pod')
-rw-r--r-- | pod/perlnewmod.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod index a5e49612d1..642d005c40 100644 --- a/pod/perlnewmod.pod +++ b/pod/perlnewmod.pod @@ -91,7 +91,7 @@ you're not the one reinventing the wheel! You might love it. You might feel that everyone else needs it. But there might not actually be any real demand for it out there. If you're unsure -about the demand you're module will have, consider sending out feelers +about the demand your module will have, consider sending out feelers on the C<comp.lang.perl.modules> newsgroup, or as a last resort, ask the modules list at C<modules@perl.org>. Remember that this is a closed list with a very long turn-around time - be prepared to wait a good while for |