@@ -, +, @@ skipped on install - Run: $ perl Makefile.PL - Install using either 'standard' or 'single' method. on the intranet CGI direcory. - Apply the patch - Run: $ perl Makefile.PL - Install using either 'standard' or 'single' method. on the intranet CGI direcory. - Sign off :-D on the generated Makefile after 'perl Makefile.PL'. So this patch should fix the packages too. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) --- a/Makefile.PL +++ a/Makefile.PL @@ -304,6 +304,7 @@ my $target_map = { './reviews' => 'INTRANET_CGI_DIR', './rewrite-config.PL' => 'NONE', './reviews' => 'INTRANET_CGI_DIR', + './rotating_collections' => 'INTRANET_CGI_DIR', './serials' => 'INTRANET_CGI_DIR', './services' => 'INTRANET_CGI_DIR', './skel' => 'NONE', --