Ah ok, I don't think I am able to carry out this process on my server, since I am on a shared host and I don't have SSH access.

But I have done that on my local machine while using it there for development, here are the results (although I don't suppose they are any use):

E:\Work>perl Makefile.PL Writing Makefile for Captcha::reCAPTCHA E:\Work>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Math::BigInt: couldn't load specified math lib(s), fallback to Math::B +igInt::Fas tCalc at C:/Perl/lib/Win32API/File.pm line 20 cp lib/Captcha/reCAPTCHA.pm blib\lib\Captcha\reCAPTCHA.pm E:\Work>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn +ess(0, 'bl ib\lib', 'blib\arch')" t/*.t t/00.load............ok 1/1# Testing Captcha::reCAPTCHA 0.93 t/00.load............ok t/10.get_html........ok t/20.check_answer....ok t/40.errors..........ok t/pod-coverage.......skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD + coverage t/pod................skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=6, Tests=43, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 +CPU) E:\Work>nmake install Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Math::BigInt: couldn't load specified math lib(s), fallback to Math::B +igInt::Fas tCalc at C:/Perl/lib/Win32API/File.pm line 20 Installing C:\Perl\html\site\lib\Captcha\reCAPTCHA.html Installing C:\Perl\site\lib\Captcha\reCAPTCHA.pm Appending installation info to C:\Perl\lib/perllocal.pod
I'm not sure this is relevant to my problem, but am I missing something?

In reply to Re^4: HTML::Tiny and reCAPTCHA Modules - Unknown Error by TomNewbie
in thread HTML::Tiny and reCAPTCHA Modules - Unknown Error by TomNewbie

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.