Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian authored and xdg committed Jan 3, 2012
1 parent 2714e4b commit 6323ca7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.pod
Expand Up @@ -45,7 +45,7 @@ following dist.ini:
location = root

; t tests
[CompileTests] ; make sure .pm files all compile
[Test::Compile] ; make sure .pm files all compile
fake_home = 1 ; fakes $ENV{HOME} just in case

; xt tests
Expand All @@ -54,7 +54,7 @@ following dist.ini:
[MetaTests] ; xt/release/meta-yaml.t
[PodSyntaxTests] ; xt/release/pod-syntax.t
[PodCoverageTests] ; xt/release/pod-coverage.t
[PortabilityTests] ; xt/release/portability.t (of file name)
[Test::Portability] ; xt/release/portability.t (of file name)
[Test::Version] ; xt/release/test-version.t

; metadata
Expand Down Expand Up @@ -91,6 +91,11 @@ following dist.ini:

; before release
[Git::Check] ; ensure all files checked in
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README.pod
allow_dirty = META.json

[CheckPrereqsIndexed] ; ensure prereqs are on CPAN
[CheckChangesHasContent] ; ensure Changes has been updated
[CheckExtraTests] ; ensure xt/ tests pass
Expand Down
9 changes: 7 additions & 2 deletions lib/Dist/Zilla/PluginBundle/DAGOLDEN.pm
Expand Up @@ -286,7 +286,7 @@ following dist.ini:
location = root
; t tests
[CompileTests] ; make sure .pm files all compile
[Test::Compile] ; make sure .pm files all compile
fake_home = 1 ; fakes $ENV{HOME} just in case
; xt tests
Expand All @@ -295,7 +295,7 @@ following dist.ini:
[MetaTests] ; xt/release/meta-yaml.t
[PodSyntaxTests] ; xt/release/pod-syntax.t
[PodCoverageTests] ; xt/release/pod-coverage.t
[PortabilityTests] ; xt/release/portability.t (of file name)
[Test::Portability] ; xt/release/portability.t (of file name)
[Test::Version] ; xt/release/test-version.t
; metadata
Expand Down Expand Up @@ -332,6 +332,11 @@ following dist.ini:
; before release
[Git::Check] ; ensure all files checked in
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README.pod
allow_dirty = META.json
[CheckPrereqsIndexed] ; ensure prereqs are on CPAN
[CheckChangesHasContent] ; ensure Changes has been updated
[CheckExtraTests] ; ensure xt/ tests pass
Expand Down

0 comments on commit 6323ca7

Please sign in to comment.