libregexp-assemble-perl 0.38-2 source package in Ubuntu

Changelog

libregexp-assemble-perl (0.38-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove internal comment from previous changelog.

  [ Debian Janitor ]
  * Apply multi-arch hints. + libregexp-assemble-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 16:56:22 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libregexp-assemble-perl_0.38-2.dsc 2.1 KiB 92069ef1af2142d84e7305e749bcacf73e0f87fab3001e6278b919c70785b183
libregexp-assemble-perl_0.38.orig.tar.gz 104.1 KiB a06be7f9ae1b73c9bfd5b6662b141c0d70469e9c19bb4413a6ee56f82adae442
libregexp-assemble-perl_0.38-2.debian.tar.xz 5.7 KiB a6aef769df400df0adc77fd84b7e1142556bd012f9e1783eff8b1c460343f223

Available diffs

No changes file available.

Binary packages built by this source

libregexp-assemble-perl: Perl module to merge several regular expressions

 Regexp::Assemble takes an arbitrary number of regular expressions
 and assembles them into a single regular expression (or RE) that
 matches all that the individual REs match.
 .
 It is also possible to track the original patterns, so that you can
 determine which, among the source patterns that form the assembled
 pattern, was the one that caused the match to occur.