Lines Matching full:modules
8 Perl modules, preparing them for distribution, and making them available
31 We're going to primarily concentrate on Perl-only modules here, rather
32 than XS modules. XS modules serve a rather different purpose, and
54 it is up to you: you might want protocol-level modules analogous to
55 L<Net::SMTP|Net::SMTP> which then talk to higher level modules analogous
77 Dig into a bunch of modules to see how they're written. I'd suggest
81 code, L<WWW::Mechanize> or the C<Email::*> modules provide some good
84 These should give you an overall feel for how modules are laid out and
89 There are a lot of modules on CPAN, and it's easy to miss one that's
106 Perl modules included on CPAN have a naming hierarchy you should try to
108 browse around CPAN and the modules list to get a feel of it. At the very
109 least, remember this: modules should be title capitalised, (This::Thing)
139 development of XS modules, which comes packaged with the Perl
220 the modules list. It's a good idea to put here what the module actually
236 Every developer publishing modules on CPAN needs a CPAN ID. Visit
244 install modules, and this produces a Makefile with a C<dist> target.