libpath-dispatcher-perl 1.08-2 source package in Ubuntu

Changelog

libpath-dispatcher-perl (1.08-2) unstable; urgency=medium

  * Source-only no-change re-upload.

 -- gregor herrmann <email address hidden>  Mon, 13 Jul 2020 19:09:14 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-dispatcher-perl_1.08-2.dsc 2.6 KiB 1d5122ef4417f40f2d70d34462d0c9b9c0208367cb336729ddcb0d8b7973ca54
libpath-dispatcher-perl_1.08.orig.tar.gz 49.2 KiB 79a9f61c27408b4fd1ed234dac246974ddeafa7fe635a18fe41ec7783130ae2a
libpath-dispatcher-perl_1.08-2.debian.tar.xz 3.4 KiB 010f247fc7345fcab0e481f8190009abe099f300cb7a806230b1795dd534fa07

Available diffs

No changes file available.

Binary packages built by this source

libpath-dispatcher-perl: flexible and extensible dispatcher module

 Path::Dispatcher is a Perl module that allows a program to determine which
 code to execute by matching a path against a list of rules. Dispatch takes
 a path and returns a list of matches; from there, you can "run" the rules
 that matched. Developers may also inspect which rules were matched without
 executing their codeblocks.