#!/usr/bin/perl

use Cwd;

if ( $Cwd::VERSION > 3.2501 ) {
    unlink('/home/.cpcpan/modules.versions');

    system '/scripts/perlinstaller', '--force', 'Cwd';
}
