The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bif::DB::Plugin::Changes - read-write helper methods for a bif database

VERSION

0.1.0_28 (2014-09-23)

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

xprepare_changeset_ext() -> $sth

ST METHODS

changeset_ext() -> ArrayRef

SEE ALSO

Bif::DB

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.