NAME
EPublisher::Source - Container for Source plugins
VERSION
version 1.27
SYNOPSIS
my
$source_options
= {
type
=>
'File'
,
'path'
=>
'/repo'
};
my
$svn_source
= EPublisher::Source->new(
$source_options
);
$svn_source
->load_source;
METHODS
new
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)