diff options
author | Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | 2001-05-28 09:56:35 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 19:03:54 +0000 |
commit | c7495be9c89300bfe5f340dc57784c0c1c69d537 (patch) | |
tree | 33dcc45accdb141bca654f16a3ed87c34b256c8f | |
parent | 2ca5449f0726907caaba4ffd19d76ef5ff9dcd9a (diff) | |
download | perl-c7495be9c89300bfe5f340dc57784c0c1c69d537.tar.gz |
perlnewmod.pod to reflect DLSI(P) change
Message-ID: <20010528145635.L8487@chaos.wustl.edu>
p4raw-id: //depot/perl@10267
-rw-r--r-- | pod/perlnewmod.pod | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod index ace8d85130..ccac5dc383 100644 --- a/pod/perlnewmod.pod +++ b/pod/perlnewmod.pod @@ -239,18 +239,21 @@ it connected to the rest of the CPAN, you'll need to tell the modules list about it. The best way to do this is to email them a line in the style of the modules list, like this: - Net::Acme bdpO Interface to Acme Frobnicator servers FOOBAR - ^ ^^^^ ^ ^ - | |||| Module description Your ID - | |||| - | |||\- Interface: (O)OP, (r)eferences, (h)ybrid, (f)unctions - | ||| - | ||\-- Language: (p)ure Perl, C(+)+, (h)ybrid, (C), (o)ther - | || - Module |\--- Support: (d)eveloper, (m)ailing list, (u)senet, (n)one - Name | - \---- Maturity: (i)dea, (c)onstructions, (a)lpha, (b)eta, - (R)eleased, (M)ature, (S)tandard + Net::Acme bdpOP Interface to Acme Frobnicator servers FOOBAR + ^ ^^^^^ ^ ^ + | ||||| Module description Your ID + | ||||| + | ||||\-Public Licence: (p)standard Perl, (g)GPL, (b)BSD, + | |||| (l)LGPL, (a)rtistic, (o)ther + | |||| + | |||\- Interface: (O)OP, (r)eferences, (h)ybrid, (f)unctions + | ||| + | ||\-- Language: (p)ure Perl, C(+)+, (h)ybrid, (C), (o)ther + | || + Module |\--- Support: (d)eveloper, (m)ailing list, (u)senet, (n)one + Name | + \---- Development: (i)dea, (c)onstructions, (a)lpha, (b)eta, + (R)eleased, (M)ature, (S)tandard plus a description of the module and why you think it should be included. If you hear nothing back, that means your module will |