App-Sqitch

 view release on metacpan or  search on metacpan

t/click-conf/multi-creds.pl  view on Meta::CPAN

{
    connections_credentials => {
        connection => [
            {
                name => 'default',
                user => 'default',
                password => 'password',
            },
            {
                name => 'sqitch',
                user => 'sqitch',
                password => 's3cr3t',
            },
            {
                name => 'blanket',
                user => 'blanket',
                password => 'howdy',
            },
        ],
    },
}



( run in 0.754 second using v1.01-cache-2.11-cpan-0d23b851a93 )