#!/bin/sh

cd modules
perl Makefile.PL
make
make install
cd ..
cp ./pmc /usr/local/bin
cd modules 
rm -f -r ./blib
rm -f Makefile
rm -f pm_to_blib 