Skip to content

Commit 4aec5ab

Browse files
authored
Update README: installation instructions (#281)
The readme installation instructions contain a command that does not work for some of the packages lcov depends on. For instance, trying to install `Scalar::Util` as per current suggested command (perl -MCPAN -e "install Scalar::Util") will result in: Can't locate object method "install" via package "Scalar::Util" at -e line 1. Signed-off-by: Rostyslav Skrypnyk <[email protected]>
1 parent 8e7c731 commit 4aec5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ These perl packages include:
140140
If your system is missing any of these, then you may be able to install them
141141
via:
142142

143-
$ perl -MCPAN -e 'install "packageName"'
143+
$ perl -MCPAN -e 'install(<packageName>)'
144144

145145
You will very likely need superuser access to be able to install Perl
146146
modules.

0 commit comments

Comments
 (0)