Alien-LibXML

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Alien::LibXML - install the C libxml2 library on your system

SYNOPSIS
       use 5.010;
       use strict;
       use Alien::LibXML;
   
       my $alien = Alien::LibXML->new;
       say $alien->libs;
       say $alien->cflags;

DESCRIPTION
    Hopefully at some point, XML::LibXML's installation scripts might use
    Alien::LibXML to locate or install the C libxml2 library.

AUTHOR
    Toby Inkster <tobyink@cpan.org>.

COPYRIGHT, LICENCE AND DISCLAIMER OF WARRANTIES
    Copyright (c) 2012-2014 Toby Inkster.

examples/synopsis.pl  view on Meta::CPAN

use 5.010;
use strict;
use Alien::LibXML;

my $alien = Alien::LibXML->new;
say $alien->libs;
say $alien->cflags;

lib/Alien/LibXML.pm  view on Meta::CPAN


Alien::LibXML - install the C libxml2 library on your system

=head1 SYNOPSIS

   use 5.010;
   use strict;
   use Alien::LibXML;
   
   my $alien = Alien::LibXML->new;
   say $alien->libs;
   say $alien->cflags;

=head1 DESCRIPTION

Hopefully at some point, L<XML::LibXML>'s installation scripts might use
Alien::LibXML to locate or install the C libxml2 library.

=head1 AUTHOR

Toby Inkster E<lt>tobyink@cpan.orgE<gt>.



( run in 1.754 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )