libtoolkit-perl 0.0.2-4 source package in Ubuntu

Changelog

libtoolkit-perl (0.0.2-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:22:50 +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
libtoolkit-perl_0.0.2-4.dsc 2.1 KiB 4bf43fc3ce1b00d507928f8b9f2e1aa9ae166d8c4c249b560451ffc4aa4d219e
libtoolkit-perl_0.0.2.orig.tar.gz 5.4 KiB aaf0dfe5c6a5025438b676a76df88ae18f9f8f2d7d6d07194e17712b341736da
libtoolkit-perl_0.0.2-4.debian.tar.xz 2.3 KiB 2fa0e3e84178217a5393ab36a50616d1775e1d6d5ea5ce9832dd254be823d31c

Available diffs

No changes file available.

Binary packages built by this source

libtoolkit-perl: Keep your handy modules organized

 The Toolkit module provides a standard location to store modules that you use
 all the time, and then loads them for you automatically. For example, instead
 of always writing:
 .
  use strict;
  use warnings;
  use Carp;
  use Smart::Comments;
 .
 in every program/module, you can just write:
 .
  use Toolkit;
 .
 and put all your favorite modules in a file.