Example #3 README

This is an example of how to include a statically linked extension into our proggie, with automatic bootstrap of the extension from within C space - so that Perl space user scripts don't have to explicitly `use' the extension, which they'd always have to otherwise, as long as they'd be intended to run in our custom embedded interpreter.

This particular version of the example was intended to try if MULTIPLICITY works with this perl from the system-wide build. In my case, the answer was NO.
Later, I have decided that MULTIPLICITY was not what I was after - the later examples use threads.

References & credits: