I am using a perl module (Config::Tiny) and for portability reasons am wondering if it is possible to include a perl module within the code of the perl program itself?
I've not done this before and wondering if it is possible and how to go about doing so.
The module itself is a single .pm file.