Media-LibMTP-API version 0.02, released May 14, 2012


You probably want to use Media-LibMTP instead of using this module
directly.

This module provides a low-level interface to libmtp, which is an
Initiator implementation of the Media Transfer Protocol (MTP) in the
form of a library suitable primarily for POSIX compliant operating
systems.

libmtp is not included; you must install it separately.

See http://libmtp.sourceforge.net for details.



INSTALLATION

To install this module, run the following commands:

       perl Build.PL
       ./Build
       ./Build test
       ./Build install

You may see a warning about "Use of uninitialized value
$ExtUtils::ParseXS::num in subtraction".  This appears to be harmless.
See https://rt.perl.org/rt3/Ticket/Display.html?id=112776 for details.



DEPENDENCIES

libmtp 1.1.0 or later

 Package   Minimum Version
 --------- ---------------
 perl       5.010
 Carp
 Exporter   5.57
 XSLoader



CHANGES
   Here's what's new in version 0.02 of Media-LibMTP-API:
   (See the file "Changes" for the full revision history.)

       - Document that libmtp 1.1.0 or newer is required



COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.