File: control

package info (click to toggle)
libstring-camelcase-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 112 kB
  • ctags: 12
  • sloc: perl: 384; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 965 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
Source: libstring-camelcase-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/String-CamelCase
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-camelcase-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-camelcase-perl.git

Package: libstring-camelcase-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to convert strings to and from CamelCase
 String::CamelCase provides functions to CamelCase and de-camelcase strings.
 Also includes wordsplit which returns a list of the words in the string,
 whether they are camelized or separated by underscores.