#!/usr/bin/perl -w use strict; use Test::More; if (! eval 'use Prima; 1') { BAIL_OUT("Prima not installed properly."); }; ok($Prima::VERSION, "Found Prima version $Prima::VERSION");