r50699 - in /trunk/libdatetime-format-iso8601-perl/debian: changelog control
carnil-guest at users.alioth.debian.org
carnil-guest at users.alioth.debian.org
Mon Jan 11 09:35:10 UTC 2010
Author: carnil-guest
Date: Mon Jan 11 09:34:59 2010
New Revision: 50699
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50699
Log:
- Improve the synopsis of the package
- Improve the long description of the package. Remove usage information
from description.
Modified:
trunk/libdatetime-format-iso8601-perl/debian/changelog
trunk/libdatetime-format-iso8601-perl/debian/control
Modified: trunk/libdatetime-format-iso8601-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-iso8601-perl/debian/changelog?rev=50699&op=diff
==============================================================================
--- trunk/libdatetime-format-iso8601-perl/debian/changelog (original)
+++ trunk/libdatetime-format-iso8601-perl/debian/changelog Mon Jan 11 09:34:59 2010
@@ -18,9 +18,12 @@
- Substitute versioned Build-Depends-Indep on perl with unversioned
dependency.
- Reorganize Build-Depends and Build-Depends-Indep.
+ - Improve the synopsis of the package
+ - Improve the long description of the package. Remove usage information
+ from description.
* Simplify debian/rules to a tiny 3-liner makefile.
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Mon, 11 Jan 2010 09:26:19 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Mon, 11 Jan 2010 10:34:06 +0100
libdatetime-format-iso8601-perl (0.06-1) unstable; urgency=low
Modified: trunk/libdatetime-format-iso8601-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-iso8601-perl/debian/control?rev=50699&op=diff
==============================================================================
--- trunk/libdatetime-format-iso8601-perl/debian/control (original)
+++ trunk/libdatetime-format-iso8601-perl/debian/control Mon Jan 11 09:34:59 2010
@@ -21,8 +21,8 @@
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdatetime-format-builder-perl (>= 0.77), libdatetime-perl (>= 0.18)
-Description: Parses ISO8601 formats
- Parses almost all ISO8601 date and time formats.
+Description: Perl module to parse ISO8601 date and time formats
+ DateTime::Format::ISO8601 parses almost all ISO8601 date and time formats.
.
The signature feature of ISO 8601 date and time representations is the
ordering of date and time values from the most to the least significant or,
@@ -33,9 +33,4 @@
Example combined date and time in UTC: 2008-04-18T08:47Z
Example date with week number: 2008-W16-5
.
- use DateTime::Format::ISO8601;
- .
- my $dt = DateTime::Format::ISO8601->parse_datetime( $str );
- my $dt = DateTime::Format::ISO8601->parse_time( $str );
- .
ISO8601 time-intervals will be supported in a later release.
More information about the Pkg-perl-cvs-commits
mailing list