Subject: | syntax requires perl 5.12 |
sub api_version { ... }
'...' in this context requires perl 5.12.
I've attached simple compilation tests that will check for such problems.
--
Alexandr Ciornii, http://chorny.net
Subject: | compile.t |
use strict;
use warnings;
use Test::More 0.94;
use_ok('WebService::Amazon::DynamoDB');
done_testing;