BBDB-Export
view release on metacpan or search on metacpan
lib/BBDB/Export.pm view on Meta::CPAN
our $VERSION = '0.015';
#
#_* Config
#
# TODO: make this configurable
my %colors = (
info => 'green',
command => 'bold yellow',
error => 'red',
verbose => 'blue',
);
#
#_* Libraries
#
use BBDB;
use Term::ANSIColor;
use Data::Dumper;
( run in 0.671 second using v1.01-cache-2.11-cpan-99c4e6809bf )