Skip to content

Commit

Permalink
PPI-1.281
Browse files Browse the repository at this point in the history
	Summary:
	- Implement support for signatures and other parsing features

	Details:
	- Framework for recognition of parsing feature activation via:
	  - `use $PERL_VERSION` in code
	  - `use feature` in code
	  - `use $Common::CPAN::Module` in code
	  - PPI::Document->new( feature_mods => ... )
	  - PPI::Document->new( custom_feature_includes => ... )
	  - PPI::Document->new( custom_feature_include_cb => ... )
	  - $ENV{PPI_CUSTOM_FEATURE_INCLUDES}
	- Added ability to parse features:
	  - signatures, as PPI::Structure::Signature
	  - try catch, as PPI::Statement::Compound
  • Loading branch information
Christian Walde committed Dec 27, 2024
1 parent f46ce8d commit b996526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension PPI

{{$NEXT}}
1.281 2024-12-27 14:44:47Z
Summary:
- Implement support for signatures and other parsing features

Expand Down

0 comments on commit b996526

Please sign in to comment.