libdevel-declare-perl 0.006019-ok1 source package in openKylin

Changelog

libdevel-declare-perl (0.006019-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-declare-perl_0.006019.orig.tar.gz 44.1 KiB ac719dc289cbf53fbb3b090ccd3a55a9d207f24e09480423c96f7185af131808
libdevel-declare-perl_0.006019-ok1.debian.tar.xz 2.0 KiB 3d4ad8f27662cac507f5dd2bfb37982f781aa072fd20070c9cc0c27faeec8b74
libdevel-declare-perl_0.006019-ok1.dsc 2.2 KiB 876c31e118b0b396e081b62b6cdf2c59c7b467cbaae190d563937be3dfed92cd

View changes file

Binary packages built by this source

libdevel-declare-perl: module to add new syntax to Perl

 Devel::Declare can install subroutines called declarators which locally take
 over control of Perl's parser, allowing the creation of new syntax, including
 keywords and other constructs that might not be, in themselves, valid Perl 5
 code.
 .
 This module can be used for adding new keywords, completely in Perl code. It
 allows a subroutine to be executed during the Perl code compilation, meaning
 that syntax can be transformed into equivalent code for Perl on-the-fly.