AWS-S3

 view release on metacpan or  search on metacpan

t/002_changes.t  view on Meta::CPAN

#!perl

use strict;
use warnings;

use Test::More;

eval 'use Test::CPAN::Changes';

plan skip_all => 'Test::CPAN::Changes required for this test' if $@;

changes_ok();



( run in 0.772 second using v1.01-cache-2.11-cpan-39bf76dae61 )