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

NAME

EPublisher::Target - Container for Target plugins

VERSION

version 1.21

SYNOPSIS

  my $target_options = { type => 'CPAN', 'pause_id' => 'reneeb', pause_pass => 'secret' };
  my $cpan_target    = EPublisher::Target->new( $target_options );
  $cpan_target->any_plugin_subroutine;

METHODS

new

COPYRIGHT & LICENSE

Copyright 2010 Renee Baecker, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms of Artistic License 2.0.

AUTHOR

Renee Baecker (<module@renee-baecker.de>)

AUTHOR

Renee Baecker <module@renee-baecker.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)