Ports Search

Results 9,0419,050 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/Event-Lib-1.03 (Score: 1.869263E-4)
Makes libevent(3) accessible with Perl
Event-Lib is a Perl wrapper around libevent(3) (http://www.monkey.org/~provos/libevent/). It makes the handling of asynchronous events more comfortable.
devel/Fennec-Lite-0.004 (Score: 1.869263E-4)
Perl extension for minimalist Fennec, the commonly used bits
Fennec does a ton, but it may be hard to adopt it all at once. It also is a large project, and has not yet been fully split into component projects. Fennec::Lite takes a minimalist approach to do for Fennec what Mouse does for Moose. Fennec::Lite is a single module file with no non-core dependencies. It can easily be used by any project, either directly, or by copying it into your project. The file itself is less than 300 lines of code at the time of this writing, that includes whitespace.
devel/ExtUtils-Depends-0.405 (Score: 1.869263E-4)
Easily build XS extensions that depend on XS extensions
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one. This works as long as the base extension is loaded with the RTLD_GLOBAL flag (usually done with a sub dl_load_flags {0x01} in the main .pm file) if you need to use functions defined in the module.
devel/ExtUtils-XSBuilder-0.28 (Score: 1.869263E-4)
Autogenerating XS-glue Code
ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Ideally this allows to "write" an interface to a C library without coding a line. Since no C-API is ideal, some adjustments are necessary most of the time. So to use this module you must still be familiar with C and XS programming, but it removes a lot of stupid work and copy&paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
devel/File-Monitor-1.00 (Score: 1.869263E-4)
Monitor files and directories for changes
This module provides a simple interface for monitoring one or more files or directories and reporting any changes that are made to them.
devel/File-Slurp-9999.19 (Score: 1.869263E-4)
Perl5 module for single call read & write file routines
These are quickie routines that are meant to save a couple of lines of code over and over again. They do not do anything fancy.
devel/File-Find-Rule-0.34 (Score: 1.869263E-4)
Alternative interface to File::Find
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
devel/File-HomeDir-1.00 (Score: 1.869263E-4)
Get home directory for self or other users
File::HomeDir -- get home directory for self or other users This module provides a function, home, and also ties the in-all-packages variable %~.
devel/File-Modified-0.10 (Score: 1.869263E-4)
Perl module for checking intelligently if files have changed
The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed.
devel/Getopt-Declare-1.14 (Score: 1.869263E-4)
Declaratively Expressed Command-Line Arguments via Regular Expressions
Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. To parse the command-line in @ARGV, one simply creates a Getopt::Declare object, by passing Getopt::Declare::new() a specification of the various parameters that may be encountered. The specification is a single string, in which the syntax of each parameter is declared, along with a description and (optionally) one or more actions to be performed when the parameter is encountered. The specification string may also include other usage formatting information (such as group headings or separators) as well as standard Perl comments (which are ignored).