libfile-modified-perl 0.10-3 source package in Ubuntu

Changelog

libfile-modified-perl (0.10-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libfile-modified-perl: Add Multi-Arch: foreign.
  * Set upstream metadata fields: Repository-Browse.
  * Set upstream metadata fields: Repository.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 23:52:24 +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
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
libfile-modified-perl_0.10-3.dsc 2.0 KiB 49320c31a118731fbaefc551fa0f50c8cd507533adb44584a3cef6fcf500bc26
libfile-modified-perl_0.10.orig.tar.gz 14.5 KiB 6b50b1aab6ec6998a017f6403c2735b3bc1e1cf46187bd134d7eb6df3fc45144
libfile-modified-perl_0.10-3.debian.tar.xz 2.8 KiB 310f2b1d405576506b8121963ecf9f06b7947bc6c7404c348416a191ef49244d

Available diffs

No changes file available.

Binary packages built by this source

libfile-modified-perl: module to check if files have changed

 File::Modified module is intended as a simple method for programs to detect
 whether configuration files (or modules they rely on) have changed. There are
 currently two methods of change detection implemented, mtime and MD5.
 The MD5 method will fall back to use timestamps if the Digest::MD5 module
 cannot be loaded.
 .
 There is another module, File::Signature, which has many similar features,
 so if this module doesn't do what you need, maybe File::Signature does. There
 also is quite some overlap between the two modules, code wise.