use strict; use warnings; package Alien::LibUSB; # ABSTRACT: Perl distribution for LibUSB our $VERSION = '0.4'; # VERSION use parent 'Alien::Base'; =pod =encoding utf8 =head1 NAME Alien::LibUSB - Perl distribution for LibUSB =head1 INSTALL cpan Alien::LibUSB =head1 DESCRIPTION libusb-1.0 is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware. This module is based on L by Henrik Brix Andersen, but fetches the source of the latest release on L. =cut 1; __END__ =head1 GIT REPOSITORY L =head1 SEE ALSO L L L =head1 AUTHOR Ahmad Fatoum C<< >>, L =head1 COPYRIGHT AND LICENSE Copyright (C) 2017 Ahmad Fatoum This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut