#!/bin/sh -x

perl Makefile.PL PREFIX=$PERL

rm *.tar.gz

make tardist

cpan-upload *.tar.gz
