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

NAME

escort - client for managing local or remote private CPAN repositories

VERSION

version 0.003

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

All commands who add distributions to a seat, like add, get, 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

--original_author

If possible, use the author name of the original package.

SEE ALSO

Escort

Escort::App

Escort::Cmd::Add

Escort::Cmd::Get

Escort::Cmd::Server

Escort::Cmd::Surveyor

Escort::Cmd::Release

AUTHOR

Torsten Raudssus <torsten@raudss.us> https://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.