DNS-BL

 view release on metacpan or  search on metacpan

lib/DNS/BL/cmds/connect/db.pm  view on Meta::CPAN


=head1 SYNOPSIS

  use DNS::BL::cmds::connect::db;

=head1 DESCRIPTION

This module implements the connection to a DB backend where C<DNS::BL>
data will be stored. On each call to this class' methods, a hash will
be C<tie()>d and then C<untie()>d. This guarantees that the underlying
DB structure will be unlocked and available for other commands that
may, for instance, replace or manipulate the hash "from under us".

The following methods are implemented by this module:

=over

=item C<-E<gt>execute()>

See L<DNS::BL::cmds> for information on this method's purpose.



( run in 0.469 second using v1.01-cache-2.11-cpan-49f99fa48dc )