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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 20:51:16 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-simple-perl_1.04-2.dsc 2.1 KiB 313dfaf36e294917b9a76e9ddc1b778b4fe9ca54b92dee51ac19b16bb724d4b9
libtie-simple-perl_1.04.orig.tar.gz 12.9 KiB 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12
libtie-simple-perl_1.04-2.debian.tar.xz 2.3 KiB 07774b6287cd12f19fe86521f2c6857b332d8655d1c6919fd172bf2df37b3b74

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.