Opened 17 years ago
Last modified 17 years ago
#2204 closed defect (duplicate)
Add perl to Host Requirements script
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Book | Version: | SVN |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Host requirements section mentions minimum perl version, but doesn't include details in version-check.sh script to detect\display perl version.
Following scriptlet should work:
perl -v | head -n2 | tail -n1 | cut -f3,4 -d" "
Note:
See TracTickets
for help on using tickets.
