libcatalyst-view-csv-perl 1.8-1 source package in Ubuntu

Changelog

libcatalyst-view-csv-perl (1.8-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 1.8.
  * Drop findbin.patch: not needed anymore.
    The upstream Makefile.PL doesn't use inc::Module::Install in this release.
  * Drop version.patch: fixed upstream.
  * Update years of upstream copyright, and third-party copyright holders.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sat, 27 Feb 2021 19:46:33 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-view-csv-perl_1.8-1.dsc 2.8 KiB 6972933088aa492647b9d8bc53c0fd64df032880f752b4646b9e05f850884ffb
libcatalyst-view-csv-perl_1.8.orig.tar.gz 31.4 KiB bca704683cc35c47afb89ac38c715102edbe808179ee0733d2a0eb311a236cdf
libcatalyst-view-csv-perl_1.8-1.debian.tar.xz 2.2 KiB 4be0062afcb4a0902c5dcf91455bbbef9b572b0736bb775b885ea2c8bcb8e3ec

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-view-csv-perl: CSV view class for the Catalyst web framework

 Catalyst::View::CSV provides a Catalyst view that generates CSV files. You can
 use either a Perl array of arrays, an array of hashes, an array of objects, or
 a database cursor as the source of the CSV data. The CSV file is generated
 using Text::CSV.