From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

EPublisher::Target::Plugin::Text - Use Ascii text as a target for EPublisher

VERSION

version 1.27

SYNOPSIS

my $Text = EPublisher::Target->new( { type => 'Text' } );
$Text->deploy;

METHODS

deploy

creates the output.

$Text->deploy;

testresult

YAML SPEC

TextTest:
source:
#...
target:
type: Text
output: /path/to/test.txt

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)