Alien-Turso-CLI
view release on metacpan or search on metacpan
lib/Alien/Turso/CLI.pm view on Meta::CPAN
=item *
Perl 5.18 or later
=item *
Linux x86_64 platform (currently supported)
=item *
Internet connection for downloading Turso CLI binary
=back
=head1 INSTALLATION
cpanm Alien::Turso::CLI
Or manually:
perl Build.PL
./Build
./Build test
./Build install
After installation, you can use the Turso CLI:
perl -MAlien -MAlien::Turso::CLI -E 'system Alien::Turso::CLI->bin_dir . "/turso", "--version"'
=head1 KNOWN ISSUES
During installation, you may see warnings about "Download::Negotiate" plugin.
These warnings are harmless and do not affect functionality. They are a known
issue with the current version of Alien::Build::Plugin::Download::GitHub,
which correctly uses the GitHub API despite the warnings.
=head1 METHODS
This module inherits all methods from L<Alien::Base>. The most commonly used methods are:
=over 4
=item bin_dir
Returns the directory containing the turso binary.
=item exe
Returns the full path to the turso executable.
=back
=head1 SEE ALSO
=over 4
=item L<Alien>
=item L<Alien::Base>
=item L<https://turso.tech/>
=back
=head1 LICENSE
Copyright (C) ytnobody.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 AUTHOR
ytnobody E<lt>ytnobody@gmail.comE<gt>
=cut
( run in 1.594 second using v1.01-cache-2.11-cpan-df04353d9ac )