Skip to content

Commit

Permalink
Merge pull request #29 from zakame/zakame/fix_modules_for_clean_rebuild
Browse files Browse the repository at this point in the history
Remove redundant README generation
  • Loading branch information
jy-deriv committed Jun 15, 2019
2 parents 66ac09b + 5b92454 commit 4fb0096
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TODO: {
local $TODO = "Need to replace the boilerplate text";

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

Expand Down

0 comments on commit 4fb0096

Please sign in to comment.