Skip to content

Commit

Permalink
use PERL_MM_USE_DEFAULT instead of Expect
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Dec 25, 2014
1 parent 41a9ced commit daa51e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions EV.yml
Expand Up @@ -8,6 +8,9 @@ comment: "No questions"
match:
distribution: "/EV-\d"
pl:
expect:
- "\QSkip further questions and use defaults (y/n)? [y]"
- "\n"
env:
PERL_MM_USE_DEFAULT: 1
#pl:
# expect:
# - "\QSkip further questions and use defaults (y/n)? [y]"
# - "\n"
9 changes: 6 additions & 3 deletions IO-Stream.yml
Expand Up @@ -2,6 +2,9 @@
match:
distribution: "/IO-Stream-\d"
pl:
expect:
- "\QRun tests which require internet connection [n]"
- "\n"
env:
PERL_MM_USE_DEFAULT: 1
#pl:
# expect:
# - "\QRun tests which require internet connection [n]"
# - "\n"

0 comments on commit daa51e0

Please sign in to comment.