#!/bin/sh

perl Makefile.PL && make && make test && su root -c "make install"
