Alien-IUP
view release on metacpan or search on metacpan
{
"abstract" : "Building, finding and using iup + related libraries - L<http://www.tecgraf.puc-rio.br/iup/>",
"author" : [
"KMX, kmx@cpan.org"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4222",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'Building, finding and using iup + related libraries - L<http://www.tecgraf.puc-rio.br/iup/>'
author:
- 'KMX, kmx@cpan.org'
build_requires:
Archive::Extract: '0'
Digest::SHA: '0'
ExtUtils::CBuilder: '0'
ExtUtils::Command: '0'
ExtUtils::Liblist: '0'
File::Find: '0'
File::Path: '0'
NAME
Alien::IUP - Building, finding and using iup + related libraries -
<http://www.tecgraf.puc-rio.br/iup/>
VERSION
* *iup* library 3.19.1 - see <http://www.tecgraf.puc-rio.br/iup/>
* *im* library 3.11 - see <http://www.tecgraf.puc-rio.br/im/>
* *cd* library 5.10 - see <http://www.tecgraf.puc-rio.br/cd/>
SYNOPSIS
IMPORTANT: This module is not a perl binding for *iup + related*
libraries; it is just a helper module. The real perl binding is
implemented by IUP module, which is using Alien::IUP to locate *iup +
related* libraries on your system (or build it from source codes).
Alien::IUP installation comprise of:
* Downloading *iup* & co. source code tarballs
lib/Alien/IUP.pm view on Meta::CPAN
use warnings;
use strict;
use Alien::IUP::ConfigData;
use File::ShareDir qw(dist_dir);
use File::Spec::Functions qw(catdir catfile rel2abs);
=head1 NAME
Alien::IUP - Building, finding and using iup + related libraries - L<http://www.tecgraf.puc-rio.br/iup/>
=cut
our $VERSION = "0.711";
=head1 VERSION
=over
=item * I<iup> library 3.19.1 - see L<http://www.tecgraf.puc-rio.br/iup/>
=item * I<im> library 3.11 - see L<http://www.tecgraf.puc-rio.br/im/>
=item * I<cd> library 5.10 - see L<http://www.tecgraf.puc-rio.br/cd/>
=back
=head1 SYNOPSIS
B<IMPORTANT:> This module is not a perl binding for I<iup + related> libraries; it is just
a helper module. The real perl binding is implemented by L<IUP|IUP> module,
which is using Alien::IUP to locate I<iup + related> libraries on your system (or build it from source codes).
Alien::IUP installation comprise of:
( run in 1.834 second using v1.01-cache-2.11-cpan-df04353d9ac )