File: control

package info (click to toggle)
timedate 1.08-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 92 kB
  • ctags: 104
  • sloc: perl: 986; makefile: 46
file content (20 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: timedate
Section: interpreters
Priority: optional
Maintainer: Christian Hammers <ch@debian.org>
Standards-Version: 3.1.0

Package: libtimedate-perl
Replaces: timedate
Conflicts: timedate
Provides: timedate
Architecture: all
Depends: ${perl:Depends} 
Description: Time and date functions for perl.
 This distribution replaces my earlier GetDate distribution, which was
 only a date parser. The date parser contained in this distribution
 is far superior to the yacc based parser, and a *lot* faster.
 .
 The parser contained here will only parse absolute dates, if you want
 a date parser that can parse relative dates then take a look at the
 Time modules by David Muir on CPAN.