libdevel-declare-perl 0.006022-ok1 source package in openKylin
Changelog
libdevel-declare-perl (0.006022-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Tue, 13 Sep 2022 16:42:26 +0800
libdevel-declare-perl (0.006022-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Tue, 13 Sep 2022 16:42:26 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-declare-perl_0.006022.orig.tar.gz | 123.7 KiB | 72f29ca35646a593be98311ffddb72033ae1e8a9d8254c62aa248bd6260e596e |
libdevel-declare-perl_0.006022-ok1.debian.tar.xz | 8.1 KiB | 423f8033a3b798b1551db77d679d3f4df819864dc785a948acb8990852558721 |
libdevel-declare-perl_0.006022-ok1.dsc | 2.0 KiB | 3ee50d366f594cc44e8c27fb77131d6b465fd3d3dfea50c066008e38cbe308e4 |
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.