NAME
escort - client for managing local or remote private CPAN repositories
VERSION
version 0.001
SYNOPSIS
escort [options] commands [command options] command parameter
DESCRIPTION
OPTIONS
--root
Root of your CPAN directory
--config_file
Use this file, instead of the .escort.yml inside the CPAN directory.
COMMANDS
add Dist-0.001.tar.gz Other-Dist-0.002.zip
Adding several distributions to your CPAN. It takes the distributions for adding as parameter.
server
Starts up a webserver for accessing your CPAN.
--listen
By default it listens to port 80 on all IPs, you can give another value here, in form of HOST:PORT, :PORT or /var/run/socket.file.
surveyor $HOME/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3
[TODO] Generates CPAN from given lib directory. See Dist::Surveyor for further informations about this feature.
release
[TODO] Add current directory with given Dist-Name.
GENERAL COMMAND OPTIONS
add, surveyor and release take the following optional options:
--seat
Defines the Sub-CPAN for the specific action, if not given the root repository will be used
--author
Do the specific action as the specific author identification on your CPAN
SEE ALSO
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Raudssus Social Software.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.