Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ perl version.

##### `timeout`

`String` Defaults to `900`
`Integer` Defaults to `900`

This sets the timeout on the `perlbrew install` command. It may be nessicary
to increase this value on a slow host or if the `--notest` flag is not being
Expand Down
2 changes: 1 addition & 1 deletion manifests/perl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
validate_string($target)
validate_string($version)
validate_string($flags)
validate_string($timeout)
validate_integer($timeout)

Perlbrew[$target] -> Perlbrew::Perl[$name]

Expand Down