File: control

package info (click to toggle)
libdatetime-format-strptime-perl 1.0700-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 164 kB
  • ctags: 19
  • sloc: perl: 891; makefile: 45
file content (17 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libdatetime-format-strptime-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.6.0-16), libdatetime-perl, libdatetime-locale-perl, libdatetime-timezone-perl, libparams-validate-perl
Maintainer: Ernesto Hernández-Novich <emhn@telcel.net.ve>
Standards-Version: 3.7.2

Package: libdatetime-format-strptime-perl
Architecture: all
Depends: ${perl:Depends}, libdatetime-perl, libdatetime-locale-perl, libdatetime-timezone-perl, libparams-validate-perl
Description:  Parse and format strp and strf time patterns
 DateTime::Format::Strptime implements most of strptime(3), the POSIX
 function that is the reverse of strftime(3), for DateTime. While strftime
 takes a DateTime and a pattern and returns a string, strptime takes
 a string and a pattern and returns the DateTime object
 associated.