256 submodules? I found only 180 .pm modules in site/lib/Text/Unidecode Should I include other modules also?
Thank you. Octavian ----- Original Message ----- From: "Jan Dubois" <[EMAIL PROTECTED]> To: "'Thurn, Martin'" <[EMAIL PROTECTED]>; "'Octavian Rasnita'" <[EMAIL PROTECTED]>; <[email protected]> Sent: Monday, March 17, 2008 5:43 PM Subject: RE: PDK doesn't work well with Text::Unidecode? > Yes, you'll need to manually add the 256 submodules right now. I'll add > a heuristic to PDK 7.2 to detect this automatically and include all of > them. Should be released in a couple of weeks. > > Cheers, > -Jan > > On Mon, 17 Mar 2008, Thurn, Martin wrote: >> Text::Unidecode does run-time 'require' of modules. There's no way for >> perlapp to know at compile time what modules will be needed at >> runtime, of course. You'll have to add explicit 'use >> Text::Unidecode::x01' (or perlapp --add) for every bank you think >> you'll need. (No, I don't know what a bank is, I just glanced at the >> Unidecode.pm source code) >> > On Sat, 15 Mar 2008, Octavian Rasnita wrote: >> ...Am I doing something wrong? Can I do something to make it work? Or >> PDK doesn't work with Text::Unidecode? > > _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
