#!/bin/sh

DEST=perl5

cpan-outdated -L $DEST | grep -v DB_File | cpanm --curl -L $DEST
