Matt Rosin wrote: > Ouch. I use xemacs -nw and FindBin but haven't seen this explosion, I > think. What autodiscovery are you using that makes it require > Foo:::#Bar ?
Basically "find | egrep 'pm$'". I thought it would be safer to filter on a regex like ^\w+[.]pm$ since the docs say that modules can only be named like that, but of course, people are ignoring that in real life. For an example, see 日本語.pm: http://www.slideshare.net/mac/perl-programming-in-japanese Thus it's probably better to include everything and exclude the known-bad. Regards, Jonathan Rockway
signature.asc
Description: OpenPGP digital signature
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
