libmarc-record-perl 2.0.5-1 source package in Ubuntu

Changelog

libmarc-record-perl (2.0.5-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
    Fixes "FTBFS with perl 5.18: t/extra_controlfields.t"
    (Closes: #710801)
  * Update years of upstream and packaging copyright.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Set Standards-Version to 3.9.4 (no changes).
  * Bump debhelper compatibility level to 8.
  * Add 'perl' to Build-Depends-Indep.
  * Update license stanzas in debian/copyright.
  * Add a patch to fix a spelling mistake.

 -- gregor herrmann <email address hidden>  Sun, 02 Jun 2013 20:01:23 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmarc-record-perl_2.0.5-1.dsc 2.2 KiB 7efc7c38a46df890661ec767fa944b1da5620656bb5f5ffcdebb8ad41269d48c
libmarc-record-perl_2.0.5.orig.tar.gz 83.2 KiB 264715b09a4d1caf0c0781dfac1d20845d5d163d8e07e57b843d34e5fb916a97
libmarc-record-perl_2.0.5-1.debian.tar.gz 3.5 KiB 892e2f157fbcb4fe54abebed794f102c1bc2895f7dde48cf494b203c0751652e

Available diffs

No changes file available.

Binary packages built by this source

libmarc-record-perl: Perl extension for handling MARC records

 The MARC::* series of modules create a simple object-oriented
 abstraction of MARC record handling. The files are:
 .
 MARC::Doc::Tutorial
 A tutorial explaining how to use MARC::Record.
 .
 MARC::Record
 The core class for representing a single MARC record.
 .
 MARC::Field
 Another core class for representing a single field in a record.
 .
 MARC::Batch
 The basic object for access to a batch of one or more MARC records.
 .
 MARC::File
 Base class for the MARC file.
 .
 MARC::File::USMARC
 MARC::File::MicroLIF
 Subclasses of MARC::File specific to the USMARC and MicroLIF formats
 .
 MARC::Lint
 Extension to check MARC records for validity.