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

Changelog

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

  * New upstream version 0.002001
  * Declare compliance with Debian policy 4.1.0

 -- Salvatore Bonaccorso <email address hidden>  Wed, 27 Sep 2017 06:45:31 +0200

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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libregexp-debugger-perl_0.002001-1.dsc 2.3 KiB a1e1548c49c01e5c7988c4ea539f961700d1ddedfd06070bb35bd7ee0baf85b3
libregexp-debugger-perl_0.002001.orig.tar.gz 35.6 KiB 2b618fa60e4e9f78d982d2dd51087cdae1e75103b2239ccb16d2dc6a961a4fbd
libregexp-debugger-perl_0.002001-1.debian.tar.xz 2.8 KiB 330ba1a33e53ec5d6f18878d92e1760a0e4f9be760708a4481c41ee2caff0457

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.