liblibrary-callnumber-lc-perl 0.23-3 source package in Ubuntu

Changelog

liblibrary-callnumber-lc-perl (0.23-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 10:30:56 +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
liblibrary-callnumber-lc-perl_0.23-3.dsc 2.2 KiB 13c14e9ff8e6c62bd3edc37141c8690a74d7f1d03fd306d21ab61089e8692893
liblibrary-callnumber-lc-perl_0.23.orig.tar.gz 10.6 KiB 225ccdf39f5224955786cc9df3971bb15cf15611a460a6a45c85376405a267aa
liblibrary-callnumber-lc-perl_0.23-3.debian.tar.xz 3.1 KiB 1e4e39d2c51ea178a9ce3e0c0dc5dc7f7f194e0891c5ed0632e9dbabf8a8f70b

Available diffs

No changes file available.

Binary packages built by this source

liblibrary-callnumber-lc-perl: utility functions to deal with Library-of-Congress call numbers

 Library::CallNumber::LC is mostly designed to do call number normalization,
 with the following goals:
 .
  * The normalized call numbers are comparable with each other, for proper
    sorting
  * The normalized call number is a short as possible, so left-anchored
    wildcard searches are possible (e.g., searching on "A11*" should give you
    all the A11 call numbers)
  * A range defined by start_of_range and end_of_range should be correct,
    assuming that the string given for the end of the range is, in fact, a
    left prefix
 .
 That last point needs some explanation. The idea is that if someone gives a
 range of, say, A-AZ, what they really mean is A - AZ9999.99. The end_of_range
 method pads the given call number out to three cutters if need be. There is no
 attempt to make end_of_range normalization correspond to anything in real life.