libfunction-fallback-coreorpp-perl 0.090-2 source package in Ubuntu

Changelog

libfunction-fallback-coreorpp-perl (0.090-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libfunction-fallback-coreorpp-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 18:20:45 +0000

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
libfunction-fallback-coreorpp-perl_0.090-2.dsc 2.4 KiB ff4ac050731559a9dce1df8aceffc3a150256d83699ed65526e97cabedc107ae
libfunction-fallback-coreorpp-perl_0.090.orig.tar.gz 15.5 KiB fd1efed990cbf61b0d39f9e55fd8fe09a9180d4fdf2387f4f383cd5a99e252b9
libfunction-fallback-coreorpp-perl_0.090-2.debian.tar.xz 2.3 KiB 208cf2b350b32afbb7a793e2175121c922390cfb77b6e6aac82a1c597ac1f78c

Available diffs

No changes file available.

Binary packages built by this source

libfunction-fallback-coreorpp-perl: set of functions using non-core XS modules with pure-Perl/core fallback

 Function::Fallback::CoreOrPP provides functions that use non-core XS modules
 (for best speed, reliability, feature, etc) but falls back to those that use
 core XS or pure-Perl modules when the non-core XS module is not available.
 .
 This module helps when you want to bootstrap your Perl application with a
 portable, dependency-free Perl script. In a vanilla Perl installation (having
 only core modules), you can use App::FatPacker to include non-core pure-Perl
 dependencies to your script.