NAME
Bif::DB::Plugin::Changes - read-write helper methods for a bif database
VERSION
0.1.2 (2014-10-08)
SYNOPSIS
use strict;
use warnings;
use Bif::DB;
use Bif::DB::Plugin::Changes;
my $db = Bif::DB->connect(...);
# Now use dbh/st methods from Changes
DESCRIPTION
Bif::DB::Plugin::Changes adds some changeset methods to Bif::DB.
DBH METHODS
ST METHODS
SEE ALSO
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2013-2014 Mark Lawrence <nomad@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.