NAME
EFL::Eina - Perl bindings for Eina from the Enlightenment Foundation Libraries
VERSION
version 0.501
SYNOPSIS
Import all Eina constants:
use EFL::Eina qw(:all);
print(EINA_TRUE);
DESCRIPTION
This module is the Perl bindings for the Enlightenment Foundation Libraries' (EFL) Eina library. Due to Eina primarily providing data types in C it's coverage in Perl will be limited. Currently, it only provides constants.
WARNING
With regards to passing data between Perl and C, the API is not set in stone and may change in future releases.
EXPORTED API/CONSTANTS
Note: this list is autogenerated from misc/supported-api.pl.
EINA_FALSE EINA_TRUE
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc EFL::Eina
You can also look for information at:
RT: CPAN's request tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=EFL
AnnoCPAN: Annotated CPAN documentation: http://annocpan.org/dist/EFL
CPAN Ratings: http://cpanratings.perl.org/d/EFL
Search CPAN: http://search.cpan.org/dist/EFL
SEE ALSO
Main Enlightenment page: http://www.enlightenment.org
EFL API: http://docs.enlightenment.org
EFL Git Web Repository: http://git.npjh.com/?p=libefl-perl.git;a=summary
AUTHOR
Adam Flott <adam@npjh.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Adam Flott.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999