1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libsyntax-highlight-perl-improved-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), quilt
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Syntax-Highlight-Perl-Improved/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsyntax-highlight-perl-improved-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-perl-improved-perl/
Package: libsyntax-highlight-perl-improved-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
Description: Highlighting of Perl Syntactical Structures
This module provides syntax highlighting for Perl code. The design bias is
roughly line-oriented and streamed (ie, processing a file line-by-line in a
single pass). Provisions may be made in the future for tasks related to
"back-tracking" (ie, re-doing a single line in the middle of a stream) such
as speeding up state copying.
|