I am trying to install Net::Stripe onto shared hosting where I do not have access to compilers.

The module has been downloaded using a technique from marto over here -> Re^5: HTML::Calendar alternative.
I am not really understanding why or what is happening but, using cpanm --look Net::Stripe the modules get downloaded to /home/[user]/.cpan/build/Net-Stripe-0.42-0/lib/Net/. From there I am manually copying the file Stripe.pm and the directory Stripe to /home/[user]/perl/usr/lib/perl5/Net and I can use the module.

It complained that Kavorka wasn't installed so I got that using the same method.

Now it is complaining about PadWalker and I have tried the same again. But instead of saying the the module cannot be found I am getting the error: Can't locate loadable object for module PadWalker in @INC (@INC contains: /home/[user]/perl5/lib/perl5 etc etc etc .) at /home/shoples1/perl5/lib/perl5/Kavorka.pm line 8. Having looked at this post - Can't locate loadable object for module X in @INC (@INC contains: ... ) - and a few others I think I understand the error...

But...there are shared objects in the PadWalker directory:

PadWalker.bs PadWalker.c PadWalker.xs
Any ideas how I can install Net::Stripe given the compiler limitation?


In reply to Installing PadWalker by Bod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.