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

NAME

EPublisher::Target::Plugin::OTRSDoc - Create HTML version of OTRS documentation

VERSION

version 0.4

SYNOPSIS

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

METHODS

deploy

creates the output.

  $EPub->deploy;

YAML SPEC

  EPubTest:
    source:
      #...
    target:
      type: ÓTRSDoc

TODO

document methods

AUTHOR

Renee Bäcker <module@renee-baecker.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Renee Bäcker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)