The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

    GitMeta::SshDir

SYNOPSIS

    # myrepos.gmf

    # All projects in directory 'projects' 
    # on some host via git/SSH
    -
        type: SshDir
        host: username@hoster.com
        dir:  projects

DESCRIPTION

GitMeta subclass to pull in repos from a server accessible via ssh. Read the main GitMeta documentation for details.

LEGALESE

Copyright 2010-2011 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2010, Mike Schilli <cpan@perlmeister.com>