summaryrefslogtreecommitdiff
path: root/devel/p5-File-Find-Rule-PPI/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Find-Rule-PPI/DESCR')
-rw-r--r--devel/p5-File-Find-Rule-PPI/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-File-Find-Rule-PPI/DESCR b/devel/p5-File-Find-Rule-PPI/DESCR
new file mode 100644
index 00000000000..ea6e7780863
--- /dev/null
+++ b/devel/p5-File-Find-Rule-PPI/DESCR
@@ -0,0 +1,6 @@
+File::Find::Rule::PPI allows you to integrate PPI content queries into your
+File::Find::Rule searches.
+
+Initially, it provides the one additional method ppi_find_any, which takes an
+argument identical to the PPI::Node method find_any and checks each file as a
+perl document to see if matches the query.