Config-AWS
view release on metacpan or search on metacpan
t/namespace.t view on Meta::CPAN
#!/usr/bin/env perl
use Test2::V0;
use Config::AWS;
is [ sort keys %Config::AWS:: ], [qw(
BEGIN
EXPORT
EXPORT_OK
EXPORT_TAGS
ISA
VERSION
__ANON__
_exporter_permitted_regexp
_exporter_validate_opts
config_file
credentials_file
default_profile
import
list_profiles
read
read_all
read_file
read_handle
read_string
)] => 'No unexpected methods in namespace';
done_testing;
( run in 0.808 second using v1.01-cache-2.11-cpan-39bf76dae61 )