PWFraley
PWFraley

Reputation: 1082

ActiveState Perl 5.6 and oAuth

Is there an oAuth Modul for ActiveState perl 5.6 Windows (oAuth 1.0 should suffice), can't seem to find anything that says it is working with 5.6, all require at least 5.8.

Upvotes: 1

Views: 125

Answers (1)

Alexandr Ciornii
Alexandr Ciornii

Reputation: 7394

See OAuth::Lite, by looking at "Perl/Platform Version Matrix" it passes it's tests on 5.6.2.

P.S. You will have more and more problems with perl 5.6, it is 11 years old and does not has Unicode support fully integrated into language.

Upvotes: 2

Related Questions