use strict;
use warnings;
package Alien::libvas;

# ABSTRACT: Perl distribution for libvas
# VERSION
our $VERSION = '0.02';

use parent 'Alien::Base';


=pod

=encoding utf8

=head1 NAME

Alien::libvas - Perl distribution for libvas

=head1 INSTALL

    cpan Alien::libvas

=head1 DESCRIPTION

See L<Proc::Memory> for a Perl wrapper that makes use of this distribution.

=cut

1;
__END__


=head1 GIT REPOSITORY

L<http://github.com/athreef/Alien-libvas>

=head1 SEE ALSO

L<libvas|http://github.com/a3f/libvas>

L<Proc::Memory>

L<Alien>

=head1 AUTHOR

Ahmad Fatoum C<< <athreef@cpan.org> >>, L<http://a3f.at>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2016 Ahmad Fatoum

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

=cut