libparser-mgc-perl 0.19-1 source package in Ubuntu

Changelog

libparser-mgc-perl (0.19-1) unstable; urgency=medium

  [ Upstream ]
  * new release

  [ gregor herrmann ]
  * use MetaCPAN URIs (not search.cpan.org or www.cpan.org)

  [ Debian Janitor ]
  * use secure copyright file specification URI

  [ Jonas Smedegaard ]
  * tidy rules file;
    build-depend on cdbs dh-buildinfo
  * use debhelper compatibility level 13 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * set Rules-Requires-Root: no
  * declare compliance with Debian Policy 4.6.0
  * update copyright info:
    + use secure URI for Contact-Info
    + update coverage
  * simplify source helper script copyright-check
  * use semantic newlines in long description and copyright fields
  * annotate test-only build-dependencies
  * add patch 2001 to avoid perl module Feature::Compat::Try
  * (build-)depend on libsyntax-keyword-try-perl

 -- Jonas Smedegaard <email address hidden>  Thu, 02 Sep 2021 17:21:07 +0200

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparser-mgc-perl_0.19-1.dsc 2.1 KiB ad556967acbba18e0c7d9029676b1f3badb073485978b6449ce282953f306617
libparser-mgc-perl_0.19.orig.tar.gz 50.5 KiB 92ff60753bbaa9b6166f105ac6dc2988f4e582e62d5ce74f5db2312351a4e37c
libparser-mgc-perl_0.19-1.debian.tar.xz 3.8 KiB 879c0e0783cb5c4f6874b5911af1eeb73182bc1bbdd76ed8d2b4cbf9b03bbaa8

Available diffs

No changes file available.

Binary packages built by this source

libparser-mgc-perl: builder for simple recursive-descent parsers

 Parser::MGC provides a low-level framework
 for building recursive-descent parsers
 that consume a given input string from left to right,
 returning a parse structure.
 It takes its name from the `m//gc' regexps
 used to implement the token parsing behaviour.
 .
 It provides a number of token-parsing methods,
 which each extract a grammatical token from the string.
 It also provides wrapping methods
 that can be used to build up a possibly-recursive grammar structure,
 by applying a structure around other parts of parsing code.