Josts Smokehouse wrote
> Additional comments:
>
> Hello, AKHOBOV! Thanks for uploading your works to CPAN.
>
> I noticed that the test suite seem to fail without these modules:
>
> auto::Business::OnlinePayment::2CheckOut::proto.al
>
> As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
> Makefile.PL should solve this problem. For example:
>
> WriteMakefile(
> AUTHOR => 'AKHOBOV ([EMAIL PROTECTED])',
> ... # other information
> PREREQ_PM => {
> 'auto::Business::OnlinePayment::2CheckOut::proto.al' => '0', # or a minimum
>workable version
> }
> );
>
> If you are interested in making a more flexible Makefile.PL that can
> probe for missing dependencies and install them, ExtUtils::AutoInstall
> at <http://search.cpan.org/search?dist=ExtUtils-AutoInstall> may be
> worth a look.
>
> Thanks! :-)
Hello Josts Smokehouse,
Thanks for testing work you have done and for finding out this mistake.
It looks like I`ve fixed it in the next realese :)
I just forgot about this sub definition. So you can begin testing the
new realese :)
Thanks again.
Cheers!