Name

Bif::DB::Plugin::ChangeV1 - retrieve or save bif changes

Version

0.1.5_8 (yyyy-mm-dd)

Synopsis

use strict;
use warnings;
use Bif::DB;
use Bif::DB::Plugin::ChangeV1;

my $db = Bif::DB->connect(...);

# Now use dbh/st methods from ChangeUUIDv1

Description

Bif::DB::Plugin::ChangeV1 adds some changeet methods to Bif::DB.

Database Handle Methods

None.

Statement Handle Methods

change_v1() -> ArrayRef
save_change_v1($ref)

See Also

Bif::DB

Author

Mark Lawrence <nomad@null.net>

Copyright And License

Copyright 2013-2017 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.