The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

0.1.5_4 (2015-08-04)

SYNOPSIS

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

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

    # Now use dbh/st methods from ChangeUUIDv1

DESCRIPTION

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

DBH METHODS

xprepare_uchangeset_v1() -> $sth

ST METHODS

uchangeset_v1() -> ArrayRef

SEE ALSO

Bif::DB

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

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