libfile-fu-perl 0.0.8-5 source package in Ubuntu

Changelog

libfile-fu-perl (0.0.8-5) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 22:46:53 +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
libfile-fu-perl_0.0.8-5.dsc 2.1 KiB 33c4471b0f2f1e757b30b22f7130530f67abaed9e25b9b911c17de61b0605f4e
libfile-fu-perl_0.0.8.orig.tar.gz 28.1 KiB 441b1dfa7b145ccf7daf81f77cabcdad836c8f264f23d142f2aa0a1be77ec27c
libfile-fu-perl_0.0.8-5.debian.tar.xz 3.9 KiB 74ad5cb68f6d4923a522bfe6be96fd66d16c3574ab134ce507eeb8219d86055e

Available diffs

No changes file available.

Binary packages built by this source

libfile-fu-perl: module for manipulating files and directories as objects

 File::Fu is a Perl module that provides an method of manipulating directories
 and files as objects, making use of operator overloading to allow for precise
 composition fo paths and support for many built-in methods. It also provides
 a way to create temporary directories and files.
 .
 The interface and style provided by this module are quite different than Perl
 built-in functions or File::Spec. The syntax is concise and errors are checked
 using exceptions, so you never need to check a return code.