Ports Search

Results 2,6712,680 of 5,623 for /devel/.(0.003 seconds)
Make README.mkdn from POD
Module::Build::Pluggable::ReadmeMarkdownFromPod generates README.mkdn from pod file.
devel/Module-Metadata-1.000027 (Score: 0.032514982)
Perl extension to gather package information from perl module files
Module::Metadata - Gather package and POD information from perl module files.
devel/Module-Build-Pluggable-0.10 (Score: 0.032514982)
Module::Build meets plugins
Module::Build::Pluggable adds pluggability for Module::Build.
devel/Module-Build-Tiny-0.039 (Score: 0.032514982)
Tiny replacement for Module::Build
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement. Whereas Module::Build has over 6,700 lines of code; this module has less than 70, yet supports the features needed by most pure-Perl distributions.
devel/Module-Build-XSUtil-0.16 (Score: 0.032514982)
Module::Build class for building XS modules
Module::Build::XSUtil is subclass of Module::Build for support building XS modules.
devel/cloudabi-0.8 (Score: 0.032514982)
Constants, types and data structures used by CloudABI
Nuxi CloudABI is an application binary interface for UNIX-like operating systems built around the concept of capability-based security. In a nutshell, it means that you can run processes directly on top of a UNIX kernel while keeping complete control over the actions the process is allowed to perform. This port installs a set of header files that contain the definitions that describe the ABI itself: all of the constants, types, structures and system calls.
devel/Module-Reader-0.002003 (Score: 0.032514982)
Perl extension to read the source of module like perl does
Reads the content of perl modules the same way perl does. This includes reading modules available only by @INC hooks, or filtered through them.
devel/Module-CPANTS-Analyse-0.96 (Score: 0.032514982)
Generate Kwalitee ratings for a distribution
Module::CPANTS::Analyse - Generate Kwalitee ratings for a distribution Kwalitee is inexact quality: * All dependencies in Makefile.PL or the Module::Build equivalent * Well-tested * Well-documented * Documents match code match tests * Covered well * Pod passes Test::Pod * All hyperlinks work
devel/Module-CPANfile-1.1002 (Score: 0.032514982)
Parse cpanfile
Module::CPANfile is a tool to handle L<cpanfile> format to load application specific dependencies, not just for CPAN distributions.
devel/Module-CheckDeps-0.08 (Score: 0.032514982)
Very simple dependencies checker for Perl code
Module::CheckDeps parses Perl code searching for used modules. It can either return a list of all the modules used by some code, or a list of the used modules that are not available in the host system (e.g. not installed modules). Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is simpler and less powerful, but also much faster. https://github.com/AlexBio/Module-CheckDeps