We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26f61f commit e0fa971Copy full SHA for e0fa971
README.md
@@ -15,16 +15,16 @@ HTML::Tagset doesn't use any nonstandard modules.
15
You install HTML::Tagset, as you would install any perl module
16
library, by running these commands:
17
18
- perl Makefile.PL
19
- make
20
- make test
21
- make install
+ perl Makefile.PL
+ make
+ make test
+ make install
22
23
If you want to install a private copy of HTML::Tagset in your home
24
directory, then you should try to produce the initial Makefile with
25
something like this command:
26
27
- perl Makefile.PL LIB=~/perl
+ perl Makefile.PL LIB=~/perl
28
29
## DOCUMENTATION
30
0 commit comments