libfile-modified-perl 0.07-2 source package in Ubuntu

Changelog

libfile-modified-perl (0.07-2) unstable; urgency=low

  * Bugfix release
  * debian/watch: Updated to new schema (closes: #449850)
  * debian/rules: FTBS fix (closes: #468034)
  * debian/control:
   + Standards-Version increased to 3.7.3 (no changes)
   + Added additional headers
  * debian/compat: increased to 5 (changed debhelper dependency)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:13:46 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-modified-perl_0.07.orig.tar.gz 7.0 KiB 3091786775d97e7e35ef92d9a83c71fe414846f08ab995fd6abb28174e78f387
libfile-modified-perl_0.07-2.diff.gz 2.2 KiB c036f685ae07fb1ba443c988c42daaab3c51fa6ae6ba773bfbeac95265dec22e
libfile-modified-perl_0.07-2.dsc 935 bytes bd1c7cf5554abe542812f21aecf99ae2f8e16210cb48ec6db88f26d61eb6d70e

View changes file

Binary packages built by this source

libfile-modified-perl: checks intelligently 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.