or download this
perl -MExtUtils::Installed -MData::Dumper -le 'print Dumper(ExtUtils::
+Installed->new->files("Syntax::Construct"))'
$VAR1 = '/home/choroba/perl5/lib/perl5/Syntax/Construct.pm';
...
perl -MExtUtils::Installed -MData::Dumper -le 'print Dumper(ExtUtils::
+Installed->new->files("Syntax-Construct"))'
Syntax-Construct is not installed at -e line 1.