Subject: | Import lists in "use" do not work after using Macrame |
The following script does not work:
use Macrame;
use Text::Tabs qw(expand);
The error is "Can't locate Text/Tabsqw.pm in @INC ..."
Single quotes also do not work:
use Macrame;
use Text::Tabs 'expand';
Can't find string terminator "'" anywhere before EOF at ...
Double quotes seem to be OK, also if the use statement comes before
using Macrame.
Regards,
Slaven