dagolden / Capture-Tiny

(Perl) Capture STDOUT and STDERR from Perl, XS or external programs
http://search.cpan.org/dist/Capture-Tiny/
39 stars 19 forks source link

Recommend Inline::C, not just Inline. #20

Closed theory closed 10 years ago

theory commented 10 years ago

Otherwise, if you have Inline but not Inline::C, you get an error like this:

t/19-inline-c.t ............ Error. You have specified 'C' as an Inline programming language.

I currently only know about the following languages:
    Foo, foo

If you have installed a support module for this language, try deleting the
config-x86_64-linux-thread-multi-5.020000 file from the following Inline DIRECTORY, and run again:

    /home/dwheeler/iov-perl/BUILD/Capture-Tiny-0.24/_Inline

(And if that works, please file a bug report.)

 at t/19-inline-c.t line 15.
t/19-inline-c.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
dagolden commented 10 years ago

Thanks. I guess at one time Inline::C shipped with Inline.

I'll release this on Saturday for CPAN day, I think. :-)