Constants
NAME
Image::Libexif::Constants - Libexif-related constants
SYNOPSIS
use v6;
use Image::Libexif::Constants;
DESCRIPTION
For more details on libexif see https://github.com/libexif and https://libexif.github.io/docs.html.
Prerequisites
This module requires the libexif library to be installed. Please follow the instructions below based on your platform:
Debian Linux
sudo apt-get install libexif12
The module looks for a library called libexif.so.
Installation
To install it using zef (a module management tool):
$ zef install Image::Libexif
Testing
To run the tests:
$ prove -e "perl6 -Ilib"
Author
Fernando Santagata
License
The Artistic License 2.0