libtie-simple-perl 1.04-4 source package in Ubuntu

Changelog

libtie-simple-perl (1.04-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 14:21:40 +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
libtie-simple-perl_1.04-4.dsc 2.1 KiB 6fce04584f8e0dd9b5d44091d6596830bb16b11ed9b260ea71df5471cc7fec5e
libtie-simple-perl_1.04.orig.tar.gz 12.9 KiB 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12
libtie-simple-perl_1.04-4.debian.tar.xz 2.4 KiB 8c18db98124c4d152032799a9424b747c993cb7565c8188cf50d1e2dcc8e1ba3

Available diffs

No changes file available.

Binary packages built by this source

libtie-simple-perl: simple way to tie Perl variables

 This package provides the Perl module Tie::Simple. This module adds to
 tie function the ability to quickly create new types of tie objects
 without creating a complete Tie::Something class. The idea is to make
 the programmers life easier when it comes to single-use ties which are
 sometime useful.
 .
 Tie::Simple class is actually a front-end to other classes which
 really do all the work once tied, but this package does the dwimming
 to automatically figure out what you're trying to do.