libsyntax-highlight-perl-improved-perl 1.01-6 source package in Ubuntu

Changelog

libsyntax-highlight-perl-improved-perl (1.01-6) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:17:27 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsyntax-highlight-perl-improved-perl_1.01-6.dsc 2.3 KiB a5fa12278137f4148ed07c0d5e8b7a99b1f1db5a8e7b56b2cb2f270d769469e3
libsyntax-highlight-perl-improved-perl_1.01.orig.tar.gz 29.3 KiB 01467878edc6bdf006e9557d13db131ab4f77e9dd1fd6492d209f0698c3b5c9e
libsyntax-highlight-perl-improved-perl_1.01-6.debian.tar.xz 5.1 KiB 1605d7d9ce9bde72e6612fae7deaa55190772fdb0dcedf0448da6c18651ad6ee

Available diffs

No changes file available.

Binary packages built by this source

libsyntax-highlight-perl-improved-perl: Highlighting of Perl Syntactical Structures

 Syntax::Highlight::Perl::Improved 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" (i.e.,
 re-doing a single line in the middle of a stream) such as speeding up
 state copying.