libppi-perl 1.284-ok1 source package in openKylin

Changelog

libppi-perl (1.284-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:16:47 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libppi-perl_1.284.orig.tar.gz 260.2 KiB 8d91e66d910d3096ad4a1fabd884a770c6aede2f034d4d5e5600617ec833bbd3
libppi-perl_1.284-ok1.debian.tar.xz 2.2 KiB 4494aeb1e7b1108acd78bde9f246c8260bceb1b697f0d997d03908cdfcfcdb07
libppi-perl_1.284-ok1.dsc 2.3 KiB 4870fdace9ce510d5d4f3156d2b5faf5f0fba84ca449e4d650e8b3433fb8f612

Available diffs

View changes file

Binary packages built by this source

libppi-perl: module to parse, analyze and manipulate Perl code

 PPI provides the ability to parse, analyze and manipulate Perl code without
 actually executing the code, by implementing a lexer similar to what perl has
 itself internally.
 .
 The purpose of PPI is not to parse Perl Code, but to parse Perl Documents. By
 making this distinction and treating the problem this way, one could analyze
 files containing Perl source code in isolation from any other resources and
 without executing it, including other libraries. A significant feature of PPI
 is the ability to analyze Perl source code without requiring an instance of
 perl to run alongside or inside the parser.