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

App::Shotgun::Target - Base class for all App::Shotgun targets

VERSION

version 0.001

DESCRIPTION

The master target class, used in subclasses. Provides some convenience functions and common attributes.

ATTRIBUTES

name

The name of the target. Set this to something descriptive so you can figure out what went wrong in the logs!

The default is: type::hostname:port::path

Example: "FTP::foo.com:21::/"

hostname

The hostname of the target to connect to. Can be a DNS string or ipv4/6 address.

required.

path

The path on the target to consider our "root" directory.

The default is: /

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Apocalypse <APOCAL@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Raudssus Social Software http://www.raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.