libppi-perl 1.272-1 source package in Ubuntu
Changelog
libppi-perl (1.272-1) unstable; urgency=medium * Import upstream version 1.272. * Update (build) dependencies. -- gregor herrmann <email address hidden> Sun, 13 Feb 2022 00:35:05 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libppi-perl_1.272-1.dsc | 2.7 KiB | 3480db56739951c0e206c0064bffb6f20d37a18fdd4ab9c3088a18760953be0e |
libppi-perl_1.272.orig.tar.gz | 237.3 KiB | f10251db60abf55853e588f8e87c1fccc65e8867e9300b377a63a4201dfe46f9 |
libppi-perl_1.272-1.debian.tar.xz | 5.1 KiB | 94842da3c2e4888b3684c85c1d4d733477d6ad5d8963c10c997328352aa9a7db |
Available diffs
- diff from 1.271-1 to 1.272-1 (11.2 KiB)
No changes file available.
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.