NAME
Alien::UnRTF - Build and make available the unrtf tool
SYNOPSIS
From a Perl script
use Alien::UnRTF;
use Env qw( @PATH );
unshift @PATH, Alien::UnRTF->bin_dir; # unrtf is now in your path
From Alien::Base Build.PL
use Alien::Base::ModuleBuild;
my $builder = Module::Build->new(
alien_bin_requires => [ 'Alien::UnRTF' ],
);
$builder->create_build_script;
DESCRIPTION
**this is a beta release**
This distribution installs UnRTF so that it can be used by other Perl distributions. If already installed for your operating system, and it can be found, this distribution will use the UnRTF that comes with your operating system, otherwise it will download it from the Internet, build and install it from you.
SEE ALSO
Similar modules:
AUTHOR
Joenio Costa <joenio@joenio.me>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Joenio Costa.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.