On Sun, Apr 20, 2008 at 4:24 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote:

> On Sun, Apr 20, 2008 at 2:41 PM, David Haynes <[EMAIL PROTECTED]>
> wrote:
> > I have tried exporting the sub and that is still not working.
>
> I suspect there's a problem with how you're exporting it then.  If you
> show us the code, maybe someone will spot it.
>
> > I am beginning to suspect that the 'use' is not being resolved and that
> is
> > Mason cannot find the sub.
>
> If that was happening, it would die before it got to the sub call.
>
> - Perrin

That's what I thought but it turns out not be true in my set up. For some
reason, I can add 'use Foo' to my perl module and nothing complains. I
solved half my problem anyway. The file I had to set the @INC via a
PerlRequire was 'C:\xxx\yyy' and needed to be 'C:/xxx/yyy'.

So, the issue I was raising here has been resolved. Now I just need to find
out why some modules load and some do not. Again, I am suspicious around the
handling of the 'use'.

Thanks for the ideas and suggestions folks!
-david-
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to