From ba266d90197db329eb474a895e3d751c11d6145f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 12 Jun 2010 15:58:35 -0500 Subject: add dzil configuration --- dzil/pod_templates/bugs.section | 5 +++++ dzil/pod_templates/support.section | 25 ++++++++++++++++++++++++ dzil/profiles/default/Module.pm | 0 dzil/profiles/default/profile.ini | 12 ++++++++++++ dzil/profiles/default/root/.gitignore | 12 ++++++++++++ dzil/profiles/default/root/Changes | 4 ++++ dzil/profiles/default/root/dist.ini | 11 +++++++++++ dzil/profiles/default/root/weaver.ini | 36 +++++++++++++++++++++++++++++++++++ 8 files changed, 105 insertions(+) create mode 100644 dzil/pod_templates/bugs.section create mode 100644 dzil/pod_templates/support.section create mode 100644 dzil/profiles/default/Module.pm create mode 100644 dzil/profiles/default/profile.ini create mode 100644 dzil/profiles/default/root/.gitignore create mode 100644 dzil/profiles/default/root/Changes create mode 100644 dzil/profiles/default/root/dist.ini create mode 100644 dzil/profiles/default/root/weaver.ini (limited to 'dzil') diff --git a/dzil/pod_templates/bugs.section b/dzil/pod_templates/bugs.section new file mode 100644 index 0000000..c633fe4 --- /dev/null +++ b/dzil/pod_templates/bugs.section @@ -0,0 +1,5 @@ +No known bugs. + +Please report any bugs through RT: email +C, or browse to +L. diff --git a/dzil/pod_templates/support.section b/dzil/pod_templates/support.section new file mode 100644 index 0000000..1f4c42b --- /dev/null +++ b/dzil/pod_templates/support.section @@ -0,0 +1,25 @@ +You can find this documentation for this module with the perldoc command. + + perldoc {{ $main_module_name }} + +You can also look for information at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back diff --git a/dzil/profiles/default/Module.pm b/dzil/profiles/default/Module.pm new file mode 100644 index 0000000..e69de29 diff --git a/dzil/profiles/default/profile.ini b/dzil/profiles/default/profile.ini new file mode 100644 index 0000000..57ca230 --- /dev/null +++ b/dzil/profiles/default/profile.ini @@ -0,0 +1,12 @@ +[%Rights] +license_class = Perl_5 +copyright_holder = Jesse Luehrs + +[GatherDir::Template] +root = root +include_dotfiles = 1 + +[TemplateModule / :DefaultModuleMaker] +template = Module.pm + +[Git::Init] diff --git a/dzil/profiles/default/root/.gitignore b/dzil/profiles/default/root/.gitignore new file mode 100644 index 0000000..22fed7e --- /dev/null +++ b/dzil/profiles/default/root/.gitignore @@ -0,0 +1,12 @@ +cover_db +META.yml +Makefile +blib +inc +pm_to_blib +MANIFEST +Makefile.old +nytprof.out +MANIFEST.bak +*.sw[po] +{{$dist->name}}-* diff --git a/dzil/profiles/default/root/Changes b/dzil/profiles/default/root/Changes new file mode 100644 index 0000000..0d8af06 --- /dev/null +++ b/dzil/profiles/default/root/Changes @@ -0,0 +1,4 @@ +Revision history for {{ $dist->name }} + +{{ '{{$NEXT}}' }} + - Initial release diff --git a/dzil/profiles/default/root/dist.ini b/dzil/profiles/default/root/dist.ini new file mode 100644 index 0000000..eada9b2 --- /dev/null +++ b/dzil/profiles/default/root/dist.ini @@ -0,0 +1,11 @@ +name = Pod-Weaver-Section-Template +author = Jesse Luehrs +license = Perl_5 +copyright_holder = Jesse Luehrs + +[@DOY] +dist = Pod-Weaver-Section-Template + +[Prereq] +Pod::Weaver = 0 +Text::Template = 0 diff --git a/dzil/profiles/default/root/weaver.ini b/dzil/profiles/default/root/weaver.ini new file mode 100644 index 0000000..219a165 --- /dev/null +++ b/dzil/profiles/default/root/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] -- cgit v1.2.3-54-g00ecf