#!/usr/bin/perl use strict; use warnings; BEGIN { ### after: push @INC, qw(@RT_LIB_PATH@); push @INC, qw(/opt/3.5-TESTING/local/lib /opt/3.5-TESTING//lib); } 1;