libscalar-type-perl 1.0.0-1 source package in Ubuntu

Changelog

libscalar-type-perl (1.0.0-1) unstable; urgency=medium

  * Import upstream version 1.0.0.
  * Drop comment from d/copyright after upstream license clarification.
  * Drop whatis.patch, merged upstream.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Mon, 30 Oct 2023 20:57:36 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libscalar-type-perl_1.0.0-1.dsc 2.5 KiB 3e0b2ef534d582798af23d69f5e01f144e516cdd675e3441ac18a2249df1f622
libscalar-type-perl_1.0.0.orig.tar.gz 18.4 KiB 4592b2738d695349469498e64ae4e2c234984ed22399065e61c0dbd7d5597697
libscalar-type-perl_1.0.0-1.debian.tar.xz 1.9 KiB e1a6c30f594cf309e54ff7d1495843ebd5c63d457cfa0fe113adbd8c30207035

Available diffs

No changes file available.

Binary packages built by this source

libscalar-type-perl: module to figure out type of a scalar

 Perl scalars can be either strings or numbers, and normally you don't really
 care which is which as it will do all the necessary type conversions
 automagically.
 .
 But in some rare cases, generally when you are serialising data, the
 difference matters. Scalar::Type provides some useful functions to help you
 figure out what's what.

libscalar-type-perl-dbgsym: debug symbols for libscalar-type-perl