File: control

package info (click to toggle)
timedate 1.1600-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 228 kB
  • ctags: 252
  • sloc: perl: 1,835; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: timedate
Section: perl
Priority: optional
Maintainer: Christian Hammers <ch@debian.org>
Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, perl (>= 5.8)
Standards-Version: 3.6.2

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.