From: Arthur Axel 'fREW' Schmidt Date: Sun, 9 May 2010 06:22:52 +0000 (-0500) Subject: change how pod is generated X-Git-Tag: v0.001000_07~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=d5505631633b2896bf177ccc46e78841adc27dc1 change how pod is generated --- diff --git a/dist.ini b/dist.ini index 5138a66..5800751 100644 --- a/dist.ini +++ b/dist.ini @@ -6,15 +6,17 @@ version = 0.001000_06 [@Git] [@Filter] -bundle = @Classic -remove = PodVersion +bundle = @Basic remove = MetaYAML [MetaJSON] [NextRelease] [PodWeaver] [Repository] +[PkgVersion] [ReadmeFromPod] +[PodCoverageTests] +[PodSyntaxTests] [Prereq] autodie = 0 diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..b0cf58e --- /dev/null +++ b/weaver.ini @@ -0,0 +1,22 @@ +[@CorePrep] + +[Name] + +[Region / prelude] + +[Generic / SYNOPSIS] +[Generic / DESCRIPTION] +[Generic / OVERVIEW] + +[Leftovers] + +[Collect / ATTRIBUTES] +command = attr + +[Collect / METHODS] +command = method + +[Region / postlude] + +[Authors] +[Legal]