孙海军 > Shipwright-2.2.2 > Shipwright::Backend

Download:
Shipwright-2.2.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  2
View Bugs
Report a bug
Source   Latest Release: Shipwright-2.4.3

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.