File: control

package info (click to toggle)
libtext-context-eitherside-perl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 80 kB
  • ctags: 8
  • sloc: perl: 68; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,119 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
Source: libtext-context-eitherside-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-pod-coverage-perl,
 libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Text-Context-EitherSide/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-context-eitherside-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-context-eitherside-perl/

Package: libtext-context-eitherside-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module to get context around a keyword
 Text::Context::EitherSide is a Perl module that extracts some context from a
 large piece of text, such as a web page or mail message. You can search for a
 keyword and intelligently get some context in which you found the keywords
 inside the body of the text. It is more rigorous than simply extracting the
 two words on either side of each keyword, since multiple searches may have
 overlapping context.