Lines Matching full:modules
26 contain C code. In addition, some of the modules shipped with Perl
32 =head2 Core modules
34 Modules shipped as part of the Perl core live in four subdirectories.
35 Two of these directories contain modules that live in the core, and two
36 contain modules that can also be released separately on CPAN. Modules
37 which can be released on cpan are known as "dual-life" modules.
43 This directory contains pure-Perl modules which are only released as
44 part of the core. This directory contains I<all> of the modules and
45 their tests, unlike other core modules.
49 Like F<lib/>, this directory contains modules which are only released
59 This directory is for dual-life modules where the blead source is
60 canonical. Note that some modules in this directory may not yet have
61 been released separately on CPAN. Modules under F<dist/> should make
66 This directory contains dual-life modules where the CPAN module is
67 canonical. Do not patch these modules directly! Changes to these
68 modules should be submitted to the maintainer of the CPAN module. Once
74 For some dual-life modules, it has not yet been determined if the CPAN
76 modules should be in F<cpan/>.
81 modules with tests), you may need to update the F<t/TEST> file so that
88 Tests for core modules in the F<lib/> directory are right next to the
92 Tests for modules in F<ext/> and the dual-life modules are in F<t/>
166 Individual modules in F<lib/>, F<ext/>, F<dist/>, and F<cpan/> usually
187 These files contain information on who maintains which modules. Run