Alien-UnRTF
view release on metacpan or search on metacpan
lib/Alien/UnRTF.pm view on Meta::CPAN
package Alien::UnRTF;
use strict;
use warnings;
our $VERSION = '0.02';
use parent 'Alien::Base';
=head1 NAME
Alien::UnRTF - Build and make available the unrtf tool
=head1 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;
=head1 DESCRIPTION
B<**this is a beta release**>
This distribution installs L<UnRTF|https://www.gnu.org/software/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.
=head1 SEE ALSO
=over
=item *
L<Alien>
=item *
L<Alien::Base>
=back
Similar modules:
=over
=item *
L<Alien::qd>
=item *
L<Alien::flex>
=item *
L<Alien::m4>
( run in 0.915 second using v1.01-cache-2.11-cpan-e1769b4cff6 )