File: control

package info (click to toggle)
libtext-affixes-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 152 kB
  • ctags: 209
  • sloc: makefile: 569; perl: 69
file content (24 lines) | stat: -rw-r--r-- 1,016 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
Source: libtext-affixes-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-affixes-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-affixes-perl.git
Homepage: https://metacpan.org/release/Text-Affixes

Package: libtext-affixes-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl module for extracting prefixes and suffixes from a text
 Text::Affixes provides methods to extract prefixes and suffixes from a text
 (string). It is possible set some configuration options like 'exclude
 numbers' and 'lowercase'.