Alien-libFLAC
view release on metacpan or search on metacpan
lib/Alien/libFLAC.pm view on Meta::CPAN
package Alien::libFLAC;
use 5.006;
use strict;
use warnings;
use parent qw( Alien::Base );
use version; our $VERSION = version->declare("v0.2.0");
1;
__END__
=pod
=encoding utf-8
=head1 NAME
Alien::libFLAC - find or build and install libFLAC with development
dependencies
=head1 AUTHOR
Gavin Hayes, C<< <gahayes at cpan.org> >>
=head1 SUPPORT AND DOCUMENTATION
You can find documentation for this module with the perldoc command.
perldoc Alien::libFLAC
Additional documentation, support, and bug reports can be found at the
MHFS repository L<https://github.com/G4Vi/MHFS>
=head1 LICENSE AND COPYRIGHT
This software is copyright (c) 2022 by Gavin Hayes.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 2.386 seconds using v1.01-cache-2.11-cpan-600a1bdf6e4 )