G'day everyone,

I have encountered a problem using the ExtUtils::Installed module. The small
script was used to eliminate all other possibilities in a (slightly) larger
version:

use strict;
use ExtUtils::Installed;

my ($inst) = ExtUtils::Installed->new();

my (@modules) = $inst->modules();

foreach my $module (@modules) {
 print "$module\n";
}
exit;

When I run this I get the following error :

Can't find unicode character property definition via main->e or e.pl at
unicode/Is/e.pl line 0.

The file e.pl doesn't exist in the directory specified. I am at a loss!

Any ideas on where this error may be coming from would be greatly
appreciated.

Cheers,

Geoff Capper



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to