Parse, Analyze and Manipulate Perl (without perl)
http://search.cpan.org/dist/PPI/
The purpose of PPI is not to parse Perl *Code*, but to parse Perl
*Documents*. By treating the problem this way, we are able to parse a
single file containing Perl source code "isolated" from any other
resources, such as libraries upon which the code may depend, and without
needing to run an instance of perl alongside or inside the parser.
Authors:
Adam Kennedy
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-PPI
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-PPI && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PPI-1.277.tar.gz | 0000241536 236 KB | |
_link | 0000000143 143 Bytes | |
cpanspec.yml | 0000000541 541 Bytes | |
perl-PPI.changes | 0000015239 14.9 KB | |
perl-PPI.spec | 0000007254 7.08 KB |
Revision 38 (latest revision is 45)
Dirk Stoecker (dstoecker)
accepted
request 1113733
from
Tina Müller (tinita)
(revision 38)
- updated to 1.277 see /usr/share/doc/packages/perl-PPI/Changes 1.277 2023-09-22 09:12:48Z Summary: - Parse prototypes as literal quotes, enables parens and newlines in protos - Fix false positive detection of labels (GH#289) (Dan Church) Details: - Wrapped most Document->new calls in tests with automatic checks
Comments 0