Skip to content

Commit

Permalink
do not display .pod versions of documentation
Browse files Browse the repository at this point in the history
.pod files in the root level of a Foo-Bar-Baz distribution are installed into
lib/Foo/Bar/*.pod, which pollutes the installation, so we should not encourage
this practice.
  • Loading branch information
karenetheridge committed Feb 26, 2015
1 parent 3fb2c71 commit 60b1f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/MetaCPAN/Web/Model/API/Release.pm
Expand Up @@ -311,13 +311,13 @@ sub interesting_files {
}
} qw(
MANIFEST
README README.md README.pod
INSTALL INSTALL.md INSTALL.pod
README README.md
INSTALL INSTALL.md
FAQ
Makefile.PL Build.PL
LICENSE Copying COPYRIGHT
TODO ToDo Todo
CONTRIBUTING CONTRIBUTING.md CONTRIBUTING.pod
CONTRIBUTING CONTRIBUTING.md
CREDITS AUTHORS THANKS
CHANGES Changes ChangeLog Changelog CHANGELOG NEWS
META.yml META.json
Expand Down

0 comments on commit 60b1f7e

Please sign in to comment.