#!/bin/bash

PROG=cpan_modules
ARCH=i486
BUILD=1
VERSION=1.00
SLACKPACKAGE=$PROG-$VERSION-$ARCH-$BUILD.tgz

BUILDSTORE=/tmp/built-slackwarepackages/
mkdir -pm755 $BUILDSTORE
ORIGPATH=$PWD

# First we need to delete the Perl installation
# Read the following script for the explanation.
./perl.remove

altertrack -QnOp ${SLACKPACKAGE} "./cpan_modules.build ${VERSION}"
