At Wed, 28 Aug 2002 22:43:07 +1000, Dean Povey wrote: > I am putting the finishing touches on my Acme::Inline::Brainfuck module, > which allows you call Brainfuck (an 8 instruction turing complete > language - and you thought Perl was obfuscated!) programs from Perl code. > > However, the standard Inline module does not allow you to call modules in > the Acme::Inline namespace, but requires modules be in the Inline > namespace. > > I note that this problem has been solved in Acme::Inline::PERL by naming the > module Acme::Inline::PERL, but installing it in Inline::PERL through some > Makefile trickery.
why not just name it Inline::Brainfuck? my Inline::TT (Template-Toolkit) is also a scary module, but it doesn't have Acme:: namespace ;) Well, I've found Inline::Brainfuck on inline list archives also ... http:[EMAIL PROTECTED]/msg00795.html -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]>