libcql-parser-perl 1.13-2 source package in Ubuntu

Changelog

libcql-parser-perl (1.13-2) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Update standards version to 4.2.1, no changes needed.
  * Add missing build dependency on libmodule-install-perl.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 01:02:55 +0000

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
libcql-parser-perl_1.13-2.dsc 2.2 KiB ee784ea60cc75f2737bcb9c75aca2058ef19571de1b371b30d0084a8026656b6
libcql-parser-perl_1.13.orig.tar.gz 38.2 KiB 7159fe75123307689efda1ef6bfb85edd5a8c8ba2389dfc0339be56e1b540c64
libcql-parser-perl_1.13-2.debian.tar.xz 2.7 KiB af21d7ebbf6661df2a15bfc729a8b85444c13680c1bd387e0fddcdab8624231a

Available diffs

No changes file available.

Binary packages built by this source

libcql-parser-perl: Common Query Language parser

 CQL::Parser is a base class for boolean nodes in a CQL parse tree. See
 CQL::AndNode and CQL::OrNode. CQL::BooleanNode inherits from CQL::Node.
 Typically you'll want to use CQL::AndNode or CQL::OrNode to instantiate the
 object.