#!/bin/bash PERL_VERSION=$1 if [ -n "$PERL_VERSION" ]; then echo "perl(:MODULE_COMPAT_$PERL_VERSION)" else echo "perl-libs" fi