Source: libtext-clip-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libany-moose-perl,
 libtest-most-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-clip-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-clip-perl.git
Homepage: https://metacpan.org/release/Text-Clip/

Package: libtext-clip-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libany-moose-perl
Description: module to clip and extract text in clipboard-like way
 Text::Clip allows you to mark/slice up a piece of text. String matching (by
 regular expression, etc.) is used to place marks. The first mark lets you
 access the text preceding and following the mark. Subsequent marks allow you
 to slurp up the text "clipped" between the marks.
