in reply to skipping html generation while pkg installation using ppm
Try inserting straight after that:my $install_html = eval { require ActivePerl::DocTools; }; $install_html = $args{install_html} if exists $args{install_html};
Works for me. I, too, *never* consult a modules html documentation, preferring instead to use perldoc, and I agree that it's annoying to be sitting around waiting for something that you don't really want.$install_html = 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: skipping html generation while pkg installation using ppm
by saurabh.hirani (Beadle) on Oct 11, 2010 at 08:58 UTC |