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

Changelog

libregexp-debugger-perl (0.001018-1) unstable; urgency=low


  * Imported Upstream version 0.001018
  * Bump Standards-Version to 3.9.5

 -- Salvatore Bonaccorso <email address hidden>  Thu, 05 Dec 2013 06:40:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libregexp-debugger-perl_0.001018-1.dsc 2.1 KiB d1d49d789cd0c18b139e98db755e7b999bca6845184c7cb68b5c3828d96725f0
libregexp-debugger-perl_0.001018.orig.tar.gz 32.9 KiB 72920170166b5de3bb504275d1deabc13f5cdaf37a5a61d8dbd8434ee61120d0
libregexp-debugger-perl_0.001018-1.debian.tar.gz 2.5 KiB b3ff59a055ec15c0ba6acce1a1b9aa09d10751c885c61f8d19c3355d11182e6b

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.