summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-12 15:51:14 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-12 15:51:14 -0500
commitff40ce32ede2586a969d87c63e5543d452acda01 (patch)
treee0a9efbfb11fc5a9ce6a3ded3a5eca3f128e819d
parentc1031a11bd684ddf3838bd16d26d9857d98e013a (diff)
downloadpod-weaver-section-template-ff40ce32ede2586a969d87c63e5543d452acda01.tar.gz
pod-weaver-section-template-ff40ce32ede2586a969d87c63e5543d452acda01.zip
better dzil config
-rw-r--r--dist.ini6
-rw-r--r--weaver.ini36
2 files changed, 40 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index b74f2f2..eada9b2 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,9 +1,11 @@
name = Pod-Weaver-Section-Template
-version = 0.01
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
-[@Basic]
+[@DOY]
+dist = Pod-Weaver-Section-Template
[Prereq]
+Pod::Weaver = 0
+Text::Template = 0
diff --git a/weaver.ini b/weaver.ini
new file mode 100644
index 0000000..219a165
--- /dev/null
+++ b/weaver.ini
@@ -0,0 +1,36 @@
+[@CorePrep]
+
+[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]
+
+[Template / BUGS]
+template = ~/.dzil/pod_templates/bugs.section
+main_module_only = 1
+
+[SeeAlso]
+
+[Template / SUPPORT]
+template = ~/.dzil/pod_templates/support.section
+main_module_only = 1
+
+[Authors]
+[Legal]