Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant README generation #14

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -3,12 +3,7 @@ language: perl
matrix:
fast_finish: true
perl:
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
- '5.26'
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
Expand Down
1 change: 0 additions & 1 deletion dist.ini
Expand Up @@ -12,7 +12,6 @@ except = t/rc/\.perl.*rc$
[ManifestSkip]
[MetaYAML]
[License]
[Readme]
[MakeMaker]
eumm_version = 6.48
prereq_fatal = 1
Expand Down
2 changes: 1 addition & 1 deletion t/boilerplate.t
Expand Up @@ -41,7 +41,7 @@ sub module_boilerplate_ok {
TODO: {
local $TODO = "Need to replace the boilerplate text";

not_in_file_ok(README =>
not_in_file_ok('README.md' =>
"The README is used..." => qr/The README is used/,
"'version information here'" => qr/to provide version information/,
);
Expand Down