DateTime::Format::Builder

DateTime::Format::Builder is a Perl module to create datetime parser classes and objects.
Download

DateTime::Format::Builder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dave Rolsky
  • Publisher web site:
  • http://search.cpan.org/~drolsky/

DateTime::Format::Builder Tags


DateTime::Format::Builder Description

DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. DateTime::Format::Builder is a Perl module to create datetime parser classes and objects.SYNOPSIS package DateTime::Format::Brief; our $VERSION = '0.07'; use DateTime::Format::Builder ( parsers => { parse_datetime => , }, { regex => qr/^(d{4})(dd)(dd)$/, params => , }, ], } );DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code.Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what I expected. Requirements: · Perl


DateTime::Format::Builder Related Software