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

Changelog

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

  * Import upstream version 1.0.1.
  * Update build dependencies.
  * Update runtime dependencies.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Thu, 09 May 2024 00:57:06 +0200

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libscalar-type-perl_1.0.1-1.dsc 2.5 KiB faacddba5bff6382bc64e38073a464f35d9a378e49c6cb1796c41f59e9a9dedd
libscalar-type-perl_1.0.1.orig.tar.gz 24.0 KiB 97ad94ba5a46005d9b3e589acb8b051b1399dffdf461abf7fc7c7def5f019ec5
libscalar-type-perl_1.0.1-1.debian.tar.xz 2.0 KiB 8dc37384b64ff7c2d71110cda05b02fbaa105f5a411e7241eaf61a68753140d2

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