in reply to Boolean::all gone?

The module to which you linked isn't boolean::all, just boolean.

But if that's really the one you want, you can simply put the .pm in your site/lib directory, seeing as it's a simple pure Perl module.

Running the following will update your local ActivePerl documentation to include this module.

perl -M"ActivePerl::DocTools" -e"ActivePerl::DocTools::UpdateHTML(); A +ctivePerl::DocTools::WriteTOC();"

Update: I looked too hastily. The module is NOT a pure Perl module.