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

NAME

Shipwright::Backend - Backend

SYNOPSIS

use Shipwright::Backend; $backend = Shipwright::Backend->new(repository => $args{repository});

METHODS

new

returns the Backend object that corresponds to the type in $args{repository}.

Currently, the supported backends are FS, SVN and SVK.

initialize
import
export
checkout
commit
update_order
order
map
source
delete
info
test_script
requires
flags
version
check_repository
update

AUTHORS

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.