Ports Search

Results 17,41117,420 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/DateTime-Format-RFC3339-1.0.5 (Score: 7.739885E-4)
Parse and format RFC3339 times
Parse and format RFC3339 datetime strings
devel/DateTime-Format-RSS-0.03000 (Score: 7.739885E-4)
Format DateTime For RSS
Format DateTime For RSS DateTime::Format::RSS attempts to deal with those nasty RSS date/time strings used in fields (such as <issued>, <modified>, <pubDate>) that never ever seems to be right.
Make available a magic caller which can ignore namespaces
Make available a magic caller() which can ignore namespaces that you tell it about.
devel/Devel-Caller-Perl-1.4 (Score: 7.739885E-4)
Perl extension to implement Devel::Caller with Perl only
This module allows a method to get at arguments passed to subroutines higher up in the call stack.
devel/DateTime-Format-SQLite-0.11 (Score: 7.739885E-4)
Parse and format SQLite dates and times
This module understands the formats used by SQLite for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format.
devel/DateTime-Format-Strptime-1.68 (Score: 7.739885E-4)
Parse and format strp and strf time patterns
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
devel/DateTime-Format-XSD-0.2 (Score: 7.739885E-4)
Format DateTime according to xsd:dateTime
XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides.
devel/DateTime-Util-Calc-0.13002 (Score: 7.739885E-4)
DateTime Calculation Utilities
This module contains some common calculation utilities that are required to perform datetime calculations.
devel/Devel-Leak-Object-1.01 (Score: 7.739885E-4)
Detect leaks of objects
This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or inappropriate caching schemes. Object tracking can be enabled on a per object basis or globally. Any objects thus tracked are remembered until DESTROYed; details of any objects left are printed out to stderr at END-time.
devel/Declare-Constraints-Simple-0.03 (Score: 7.739885E-4)
Declarative Validation of Perl Data Structures
The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace.