use strict; use lib "../..", "../../inc"; use inc::Module::Install prefix => '../../inc'; name ('File::Spec'); version ('0.01'); abstract ('Module for portable file handling'); author ('Stevan Little '); license ('perl'); WritePugs (6);