libnet-statsd-perl 0.12-3 source package in Ubuntu

Changelog

libnet-statsd-perl (0.12-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:32:37 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-statsd-perl_0.12-3.dsc 2.1 KiB 4b455404b723e9ee423399b7b1ff375a25e5dc2c14bb09cd2c74e527f38fce8d
libnet-statsd-perl_0.12.orig.tar.gz 16.2 KiB 63e453603da165bc6d1c4ca0b55eda3d2204f040c59304a47782c5aa7886565c
libnet-statsd-perl_0.12-3.debian.tar.xz 3.7 KiB 76890b3cfb3a2775b26b21094ea41b6d018b8c9d9da89f2628485b016a37e822

Available diffs

No changes file available.

Binary packages built by this source

libnet-statsd-perl: perl client for Etsy's statsd daemon

 Net::Statsd implement a UDP client for the statsd statistics collector
 daemon.
 .
 You want to use this module to track statistics in your Perl
 application, such as how many times a certain event occurs (user logins
 in a web application, or database queries issued), or you want to time
 and then graph how long certain events take, like database queries
 execution time or time to download a certain file, etc...