~ubuntu-branches/ubuntu/utopic/libtime-parsedate-perl/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/Time/ParseDate.pm

  • Committer: Package Import Robot
  • Author(s): Daniel Lintott, Ansgar Burchardt, Salvatore Bonaccorso, Axel Beckert, Daniel Lintott
  • Date: 2014-05-28 16:25:27 UTC
  • Revision ID: package-import@ubuntu.com-20140528162527-1rb4hn8mf5bnzh42
Tags: 2013.1113-1
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
  svn.debian.org to anonscm.debian.org URL.
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ Daniel Lintott ]
* debian/watch - Use new upstream name
* Rename upstream source
* Imported Upstream version 2013.1113
* Refresh and forward fix_manpage_typo.patch
* Add myself to uploaders
* Bump standards version to 3.9.5
* Remove trailing slash from metacpan homepage url
* Rename binary package to libtime-parsedate-perl
* Add transitional package for libtime-modules-perl
* Update VCS Entries to new location

Show diffs side-by-side

added added

removed removed

Lines of Context:
1131
1131
        TIME_REQUIRED -> do not default the time
1132
1132
        NO_RELATIVE -> input time is not relative to NOW
1133
1133
        TIMEFIRST -> try parsing time before date [not default]
1134
 
        PREFER_PAST -> when year or day of week is ambigueous, assume past
1135
 
        PREFER_FUTURE -> when year or day of week is ambigueous, assume future
 
1134
        PREFER_PAST -> when year or day of week is ambiguous, assume past
 
1135
        PREFER_FUTURE -> when year or day of week is ambiguous, assume future
1136
1136
        SUBSECOND -> parse fraction seconds
1137
1137
        VALIDATE -> only accept normal values for HHMMSS, YYMMDD.  Otherwise
1138
1138
                days like -1 might give the last day of the previous month.