#!/bin/bash

echo -e "\
  o conf makepl_arg \"LIB=$HTEXPORT_HOME/cpan-installed/lib \
    INSTALLSITEMAN1DIR=$HTEXPORT_HOME/cpan-installed/man/man1 \
    INSTALLSITEMAN3DIR=$HTEXPORT_HOME/cpan-installed/man/man3\"\n\
  o conf make_install_arg UNINST=0 \n\
  o conf commit " | perl -MCPAN -we shell
