libregexp-debugger-perl 0.001019-1 source package in Ubuntu

Changelog

libregexp-debugger-perl (0.001019-1) unstable; urgency=medium


  [ Axel Beckert ]
  * Update long description to mention included rxrx helper tool.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.001019
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <email address hidden>  Sun, 12 Jan 2014 08:48:58 +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
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libregexp-debugger-perl_0.001019-1.dsc 2.1 KiB 96b18fa1c629e0c439d51ff95c69c4f28e98a729cabdb8483c923c08699c9a4e
libregexp-debugger-perl_0.001019.orig.tar.gz 32.9 KiB 4c8f1311fa7e705135a83d2c135f9a7bbaaea83eb0432cbefb7ad736b69463d0
libregexp-debugger-perl_0.001019-1.debian.tar.gz 2.7 KiB 190d53bc586230954f107c84ccd2e23c9b9ec78af312ace4b0196c50296f61e1

Available diffs

No changes file available.

Binary packages built by this source

libregexp-debugger-perl: Perl module to visually debug regexes in-place

 Regexp::Debugger is a module that helps tame unruly regexes by
 providing live interactive run-time visualizations of any regex in a
 Perl code. The debugger allows one to track capture variables, follow
 recursive subpattern matches, set break-points within a regex match,
 and even step backwards through the matching process to work out
 exactly where things started going so horribly wrong.
 .
 When you load this module, any regex in the same lexical scope will be
 visually (and interactively) debugged as it matches.
 .
 In addition to the Perl module, the package also contains the
 module's commandline frontend rxrx.