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

Changelog

libsyntax-highlight-perl-improved-perl (1.01-3) unstable; urgency=low

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #468018)
    - update based on dh-make-perl's templates
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).
  * debian/copyright: use generic download URL.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:16:53 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsyntax-highlight-perl-improved-perl_1.01.orig.tar.gz 29.3 KiB 01467878edc6bdf006e9557d13db131ab4f77e9dd1fd6492d209f0698c3b5c9e
libsyntax-highlight-perl-improved-perl_1.01-3.diff.gz 3.3 KiB 481b332a38ff629cf7624e0f1ffd23a2bda9906755f8b7ba1905c8f800da0a02
libsyntax-highlight-perl-improved-perl_1.01-3.dsc 1.1 KiB 5b1974ac87e3463d7c5c957e72358b9d024ef6a5c0c6636eda5ec4d04b35e07a

View changes file

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.