On 05/10/02 09:57 +0100, Mark Fowler wrote:
> On Fri, 4 Oct 2002, Brian Ingerson wrote:
> 
> > Mark Fowler wrote:
> RT notifies the author of the module automatically.  You can add anyone 
> (well anyone with a RT login/CPAN id) as another watcher, and we can add 
> ourselves too.

Well let's try it. This is the RT on cpan.org, right?

> Ideally I'd like to slurp all the inline blocks of the same NAME together
> and have them spit out as one object.  Does this make sense, or have I
> just lost the plot again?
> 
> I don't want two objects, I just don't want to seperate out my C code from 
> my perl code.  I want it inline with my inline pod and my inline C.  The 
> module is called Inline not Postline ;-)

Hmm. I hadn't considered this use case. I think I would have to add a
directive for this. Something like this:

    use Inline C => WAIT =>
               NAME => Foo =>
               VERSION => '1.23';

    use Inline C => <<':-)';
       ...
    :-)
    
    use Inline C => <<':^D';
       ...
    :^D
    
    use Inline C => 'FINISH';

Would that work? Let me know and I'll add it in.

Cheers, Brian

Reply via email to