File: control

package info (click to toggle)
liblingua-en-number-isordinal-perl 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 7
  • sloc: perl: 170; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,133 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
22
23
24
25
26
Source: liblingua-en-number-isordinal-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: liblingua-en-findnumber-perl,
 libtest-fatal-perl,
 libtry-tiny-perl,
 perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-en-number-isordinal-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-en-number-isordinal-perl.git
Homepage: https://metacpan.org/release/Lingua-EN-Number-IsOrdinal/

Package: liblingua-en-number-isordinal-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liblingua-en-findnumber-perl
Description: module for detecting English ordinal numbers
 Lingua::EN::Number::IsOrdinal will tell you if a number, either in words or
 as digits, is a cardinal or ordinal number
 <http://www.ego4u.com/en/cram-up/vocabulary/numbers/ordinal>.
 .
 This is useful if you e.g. want to distinguish these types of numbers found
 with Lingua::EN::FindNumber and take different actions.