X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlnewmod.pod;h=a5e49612d1008b2cbd03ed9e6ece0082652294d4;hb=d44161bfbb2e964e9675634d6bf5e566d1d1d4f7;hp=1e4a9c3b295782d786d2ee8634c8a36ba9a0764f;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod index 1e4a9c3..a5e4961 100644 --- a/pod/perlnewmod.pod +++ b/pod/perlnewmod.pod @@ -224,7 +224,7 @@ installs modules, and this produces a Makefile with a C target. Once you've ensured that your module passes its own tests - always a good thing to make sure - you can C, and the Makefile will -hopefully produce you a nice tarball of your module, ready for upliad. +hopefully produce you a nice tarball of your module, ready for upload. =item Upload the tarball @@ -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 @@ -279,4 +282,5 @@ Simon Cozens, C L, L, L, L, L, L, L, L, L, L, -http://www.cpan.org/ +http://www.cpan.org/ , Ken Williams' tutorial on building your own +module at http://mathforum.org/~ken/perl_modules.html