libregexp-debugger-perl 0.002006-2 source package in Ubuntu

Changelog

libregexp-debugger-perl (0.002006-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libregexp-debugger-perl: Add Multi-Arch: foreign.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 16:38: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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libregexp-debugger-perl_0.002006-2.dsc 2.1 KiB 6aa8e776a6cdbb838d8168c523305df445f6ecf8adcf1d5e67f94cf1f2679013
libregexp-debugger-perl_0.002006.orig.tar.gz 37.1 KiB 971dc922fbeb92b4e99c49740a2013cdaa4e2869e9a35c46bf085de122ec36d3
libregexp-debugger-perl_0.002006-2.debian.tar.xz 3.1 KiB a25c949e085a514d0527311f39c195b1f86e490e61bdb075c57379cc452a534e

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.