libbiblio-endnotestyle-perl 0.06-3 source package in Ubuntu

Changelog

libbiblio-endnotestyle-perl (0.06-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libbiblio-endnotestyle-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 11:21:54 +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
libbiblio-endnotestyle-perl_0.06-3.dsc 2.2 KiB ccca3411196d140bc6e32066bbbdd6cd312def3d87e8d6f2cfc822090f178467
libbiblio-endnotestyle-perl_0.06.orig.tar.gz 5.9 KiB f9c63f48673275699332b4d068106695bb4600cbcd7f848231b66f2a5993396d
libbiblio-endnotestyle-perl_0.06-3.debian.tar.xz 2.7 KiB 68a74b1deea21c414b5b241f3841aacae6923e59d4d153e95058a979aa46e2a5

Available diffs

No changes file available.

Binary packages built by this source

libbiblio-endnotestyle-perl: Perl module to format bibliographic references using Endnote-like templates

 Biblio::EndnoteStyle provides a way of formatting bibliographic
 references using style templates similar to those used by the popular
 reference management software Endnote (http://www.endnote.com/). The
 API is embarrassingly simple: a formatter object is made using the
 class's constructor, the new() method; format() may then be
 repeatedly called on this object, using the same or different
 templates.
 .
 (The sole purpose of the object is to cache compiled templates so that
 multiple format() invocations are more efficient than they would
 otherwise be. Apart from that, the API might just as well have been a
 single function.)