English.pm, pdk 7.1 and perl 5.10
by Ekkehard Goerlach other posts by this author
Mar 27 2008 2:14PM messages near this date
ANNOUNCE: ActiveState Perl Dev Kit 7.2 released
|
RE: English.pm, pdk 7.1 and perl 5.10
Hi,
today I run into a small problem if I include the English module in a perl
(5.10 build 1002) script, e.g just this one-liner:
use English;
This script runs fine on a cmd prompt with
perl test.pl
but if I compile it with pdk 7.1 and run the executable it I receive the
error that Tie::Hash::NamedCapture can not be found. An additional "use"
of that module or an explicit --add Tie::Hash::NamedCapture solves the
problem.
This error does not show up if I use perl 5.8 (build 820) with pdk 7.1. It
seems to me that the Tie::Hash::NamedCapture is sth new in 5.10 compared
to 5.8.
I reinstalled perl and the pdk but the issue remained. Any help is
welcome.
Thanks,
Ekkehard
_________________________
CONFIDENTIALITY NOTICE
The information contained in this e-mail message is intended only for the
exclusive use of the individual or entity named above and may contain
information that is privileged, confidential or exempt from disclosure
under applicable law. If the reader of this message is not the intended
recipient, or the employee or agent responsible for delivery of the
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please
notify the sender immediately by e-mail and delete the material from any
computer. Thank you.
Thread:
Ekkehard Goerlach
Jan Dubois
|