From 47f1876c3dbdbd0635b96af615ec00da71d88998 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 1 Dec 2011 17:35:02 +0000 Subject: pod::weaver config --- weaver.ini | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 weaver.ini (limited to 'weaver.ini') diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..c4643b6 --- /dev/null +++ b/weaver.ini @@ -0,0 +1,32 @@ +[@CorePrep] + +[-Encoding] + +[Name] +[Version] + +[Region / prelude] + +[Generic / SYNOPSIS] +[Generic / DESCRIPTION] +[Generic / OVERVIEW] + +[Collect / ATTRIBUTES] +command = attr + +[Collect / METHODS] +command = method + +[Collect / FUNCTIONS] +command = func + +[Leftovers] + +[Region / postlude] + +[Authors] +[Legal] + +[-Transformer / Lists] +transformer = List +format_name = list -- cgit v1.2.3 From e9d32a350ee3ff1966ada3545f6ae18ff1f6a980 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 29 Jul 2014 09:38:06 +0100 Subject: update dzil & weaver --- weaver.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weaver.ini') diff --git a/weaver.ini b/weaver.ini index c4643b6..a28e4da 100644 --- a/weaver.ini +++ b/weaver.ini @@ -1,6 +1,6 @@ [@CorePrep] -[-Encoding] +[SingleEncoding] [Name] [Version] -- cgit v1.2.3 From 2b60cda4061d5643477731f54c44754eea3011ea Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 29 Jul 2014 10:34:53 +0100 Subject: fix plugin invocation --- weaver.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weaver.ini') diff --git a/weaver.ini b/weaver.ini index a28e4da..4cf1cae 100644 --- a/weaver.ini +++ b/weaver.ini @@ -1,6 +1,6 @@ [@CorePrep] -[SingleEncoding] +[-SingleEncoding] [Name] [Version] -- cgit v1.2.3 From 4eaf5348229be29550429422eaefd70b9f550c90 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 20:03:30 +0000 Subject: more auto-sections in PODs required and modified methods for roles, types for type libraries --- weaver.ini | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'weaver.ini') diff --git a/weaver.ini b/weaver.ini index 4cf1cae..f4c9077 100644 --- a/weaver.ini +++ b/weaver.ini @@ -14,12 +14,21 @@ [Collect / ATTRIBUTES] command = attr +[Collect / REQUIRED METHODS] +command = require + [Collect / METHODS] command = method +[Collect / MODIFIED METHODS] +command = modif + [Collect / FUNCTIONS] command = func +[Collect / TYPES] +command = type + [Leftovers] [Region / postlude] -- cgit v1.2.3 From 4837d0655c527b97b985b27b8c3d723ec09f36df Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 21 Dec 2017 15:53:50 +0000 Subject: add pod spelling test --- weaver.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'weaver.ini') diff --git a/weaver.ini b/weaver.ini index f4c9077..d63e1b0 100644 --- a/weaver.ini +++ b/weaver.ini @@ -2,6 +2,9 @@ [-SingleEncoding] +[Region / stopwords] +flatten = 0 + [Name] [Version] -- cgit v1.2.3 From 4eda88018737ab10f09dcdcc044ddf975fa8b258 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 21 Dec 2017 15:54:11 +0000 Subject: weaver collect DBIC shortcuts --- weaver.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'weaver.ini') diff --git a/weaver.ini b/weaver.ini index d63e1b0..2a9dfc0 100644 --- a/weaver.ini +++ b/weaver.ini @@ -17,6 +17,12 @@ flatten = 0 [Collect / ATTRIBUTES] command = attr +[Collect / COLUMNS] +command = column + +[Collect / RELATIONSHIPS] +command = rel + [Collect / REQUIRED METHODS] command = require -- cgit v1.2.3