options
run
import_req
import required dists for a dist
generate_build
automatically generate build script if not provided
parent_dir
return parent dir
NAME
Shipwright::Script::Import - import a source(maybe with a lot of dependences)
SYNOPSIS
shipwright import import a source
Options:
--repository(-r) specify the repository of our project
--log-level(-l) specify the log level
--comment(-m) specify the comment
--source(-s) specify the source path
--name specify the source name( only alphanumeric characters and - )
--build-script specify the build script
--require-yml specify the require.yml
--follow follow the dependent chain or not
--extra-test specify the extra test source(for --only-test when build)
--test-script specify the test script(for --only-test when build)
--min-perl-version minimal perl version( default is the same as the one
which runs this cmd )
--overwrite import anyway even if we have deps dists in repo already
AUTHOR
sunnavy <sunnavy@bestpractical.com>
LICENCE AND COPYRIGHT
Copyright 2007 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.