
Shipwright::Backend - Backend

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

returns the Backend object that corresponds to the type in $args{repository}.
Currently, the supported backends are FS, SVN and SVK.

sunnavy <sunnavy@bestpractical.com>

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.