in reply to Re: Want to create a common Perl module
in thread Want to create a common Perl module
It's maybe worth noting that this module uses source filtering, i.e. it on-the-fly edits the respective use statements into your source before it's being compiled.
While this is kind of the easy way out for all potential namespace related issues with importing/exporting, it might cause other unexpected behavior on rare occasions (like any source filter).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Want to create a common Perl module
by toolic (Bishop) on Jun 28, 2010 at 16:50 UTC |