Apache-AuthenPasswd

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

	For alternatives that can access /etc/shadow from
	apache:
	http://mod-auth-shadow.sourceforge.net/
        *********************************************
    } }    

    # notify the user about mod_perl 2
    BEGIN { print q{
        **************** NOTICE *********************
        If you are planning to use mod_perl2 and Apache2, please, do not
        answer yes when prompted to install mod_perl.  You will need to
        download mod_perl2 manually from
        http://perl.apache.org/download/index.html
        *********************************************
    } }    

    # optional pre-install handler; takes $module_name and $version
    # sub MY::preinstall  { return 1; }	# return false to skip install

    # optional post-install handler; takes $module_name, $version, $success
    # sub MY::postinstall { return; }	# the return value doesn't matter



( run in 1.654 second using v1.01-cache-2.11-cpan-6aa56a78535 )