Path to this page:
./
devel/p5-PPI,
Perl 5 module to parse, analyze and manipulate Perl (without perl)
Branch: CURRENT,
Version: 1.279,
Package name: p5-PPI-1.279,
Maintainer: pkgsrc-usersThe purpose of the Perl 5 module PPI is to parse Perl code or more
accurately Perl Documents. Among the things that people might want
a "Perl parser" for you will find tasks like documentation, structural
and quality analysis, refactoring, layout and presentation
Required to run:[
lang/perl5] [
devel/p5-Task-Weaken] [
devel/p5-List-MoreUtils] [
devel/p5-Params-Util] [
devel/p5-IO-String] [
devel/p5-Clone]
Required to build:[
sysutils/p5-File-Remove] [
devel/p5-Test-NoWarnings] [
devel/p5-Class-Inspector] [
devel/p5-Test-Object] [
devel/p5-Test-SubCalls] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 237.873 KB
Version history: (Expand)
- (2024-10-30) Updated to version: p5-PPI-1.279
- (2024-04-29) Updated to version: p5-PPI-1.278
- (2023-11-05) Updated to version: p5-PPI-1.277
- (2023-07-06) Updated to version: p5-PPI-1.276nb1
- (2022-07-31) Updated to version: p5-PPI-1.276
- (2022-06-28) Updated to version: p5-PPI-1.274nb1
CVS history: (Expand)
2024-04-29 08:27:12 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.278
Upstream changes:
1.278 2024-03-11 02:20:06Z
- Add support for new octal number syntax (GH#295) (Branislav Branislav
Zahradnik)
|
2023-11-05 00:55:45 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.277
Upstream 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
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-07-31 14:44:28 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.276
Upstream changes:
1.276 2022-07-19 21:43:50Z
Summary:
- Implement Replace Method (GH#274) (Renee and Olaf Alders)
1.275 2022-07-18 19:42:13Z
Summary:
- CHECK bareword handle parsed as scheduled block (GH#247) (trwyant)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-05-28 09:26:11 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.274
Upstream changes:
1.274 2022-05-02 18:21:56Z
Summary:
- Indentation in here-docs is now preserved (GH#252) (trwyant)
|
2022-04-30 09:59:51 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.273
Update DEPENDS
UPstream changes:
1.273 2022-04-22 15:58:31Z
Summary:
- Whitespace in signatures is now preserved (GH#257)
1.272 2022-02-02 16:10:50Z
Summary:
- Drop prerequisite for IO::String on perl 5.8+
1.271 2022-01-25 21:47:21Z
Summary:
- return correct name for lexical subroutines
- silence uninitialized warning in t/07_token.t
- bump minimum Test::More version to 0.96
- fix some typos in Pod
- moved repository to Perl-Critic GitHub org:
https://github.com/Perl-Critic/PPI
|