1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libdatetimex-easy-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.2.13)
Build-Depends-Indep: perl (>= 5.10.0), libtest-most-perl,
libdatetime-format-natural-perl, libdatetime-format-flexible-perl,
libdatetime-format-ical-perl, libdatetime-perl, libtimedate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
Chris Butler <chrisb@debian.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/DateTimeX-Easy/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetimex-easy-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetimex-easy-perl/
Package: libdatetimex-easy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-format-flexible-perl,
libdatetime-format-ical-perl, libdatetime-format-natural-perl,
libdatetime-perl, libtimedate-perl
Description: module to parse arbitrary date/time strings
DateTimeX::Easy is a Perl module designed to make it easy to create DateTime
objects from arbitrary strings. It uses a variety of DateTime::Format modules
to do the bulk of the parsing, with some tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).
|