Ports Search

Results 7,5817,590 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Config-JFDI-0.065 (Score: 8.972706E-5)
Catalyst::Plugin::ConfigLoader-style layer over Config::Any
Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Essentially, Config::JFDI will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Config::Any can read, then the configuration from that file will be loaded.
devel/apache-ant-1.9.7 (Score: 8.972706E-5)
Java- and XML-based build tool, conceptually similar to make
Apache Ant, a Java-based build tool, conceptually similar to make. Ant uses XML build files that defines a set of targets. Each target has dependencies (other targets) and contains a set of tasks to perform. There are tasks for various things, like compiling ("javac"), copying ("copy"), deleting ("delete"), executing other programs ("java", "exec", "execon", etc.), stylesheet transformations ("style") and so on.
devel/Data-DumpXML-1.06 (Score: 8.972706E-5)
Dump arbitrary data structures as XML
This module provide a single function called dump_xml() that takes a list of perl values as argument and produce a string as result. The string returned is an XML document that represents any perl data structures passed in. Reference loops are handled correctly. Seamus Venasse <svenasse@polaris.ca>
devel/Date-Manip-6.53 (Score: 8.972706E-5)
Perl5 module containing date manipulation routines
Date::Manip is a series of modules designed to make any common date/time operation easy to do. Operations such as comparing two times, calculating a time a given amount of time from another, or parsing international times are all easily done.
devel/DateTime-Format-Pg-0.16.009 (Score: 8.972706E-5)
Parse and format PostgreSQL dates and times
This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.
devel/Devel-Modlist-0.801 (Score: 8.972706E-5)
Perl extension to collect module use information
The Devel::Modlist perl module provides a means by which to get a quick run-down on which libraries and modules are being utilized by a given perl script. Just as compiler systems like gcc provide dependency information via switches such as -M, Devel::Modlist is intended to assist script authors in preparing dependency information for potential users of their scripts.
devel/Devel-MAT-0.24 (Score: 8.972706E-5)
Perl Memory Analysis Tool
A Devel::MAT instance loads a heapdump file, and provides a container to store analysis tools to work on it. Tools may be provided that conform to the Devel::MAT::Tool API, which can help analyse the data and interact with the explorer user interface by using the methods in the Devel::MAT::UI package.
devel/Devel-PartialDump-0.18 (Score: 8.972706E-5)
Partial dumping of data structures, optimized for argument printing
Devel::PartialDump is a data dumper optimized for logging of arbitrary parameters. It attempts to truncate overly verbose data, in a way that is hopefully more useful for diagnostics warnings than warn Dumper(@stuff); Unlike other data dumping modules there are no attempts at correctness or cross referencing, this is only meant to provide a slightly deeper look into the data in question.
devel/File-Spec-Native-1.004 (Score: 8.972706E-5)
Perl extension for native OS implementation of File::Spec
This module is a stupid hack to make the default File::Spec behavior available from a subclass. This can be useful when using another module that expects a subclass of File::Spec but you want to use the current, native OS format (automatically detected by File::Spec).
devel/FileHandle-Unget-0.1628 (Score: 8.972706E-5)
FileHandle which supports ungetting of multiple bytes
FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input.