On Oct 9, 2007, at 2:06 PM, Eric Wilhelm wrote:
I've found that _infer_xs_spec() is the culprit responsible for
attempting to create "/Foo.c". (because File::Spec->catfile("", "foo")
gives "/foo".)
I think File::Spec is being misused. An easy thing to do.
... or we can say that xs_files keys and values must contain a
slash (in
this case, must start with a "./") and find an appropriate place to
die
with a nice message about that.
I think that would feel arbitrary and annoying. Best to just fix the
F::S usage bug.
-Ken