Antsy

 view release on metacpan or  search on metacpan

README.pod  view on Meta::CPAN

=pod

=encoding utf8

=for HTML <a href="https://www.github.com/briandfoy/antsy/actions?query=workflow%3Amacos"><img src="https://www.github.com/briandfoy/antsy/workflows/macos/badge.svg"></a>

=for HTML <a href="https://www.github.com/briandfoy/antsy/actions?query=workflow%3Aubuntu"><img src="https://www.github.com/briandfoy/antsy/workflows/ubuntu/badge.svg"></a>

=for HTML <a href="https://www.github.com/briandfoy/antsy/actions?query=workflow%3Awindows"><img src="https://www.github.com/briandfoy/antsy/workflows/windows/badge.svg"></a>

=for HTML <a href='https://ci.appveyor.com/project/briandfoy/antsy'><img src='https://ci.appveyor.com/api/projects/status/bmve9x6oe8npv9q6?svg=true'></a>

=for HTML <a href='https://coveralls.io/github/briandfoy/antsy?branch=master'><img src='https://coveralls.io/repos/github/briandfoy/antsy/badge.svg?branch=master' alt='Coverage Status' /></a>

=for HTML <a href="https://github.com/briandfoy/antsy/blob/master/LICENSE"><img src="https://img.shields.io/cpan/l/Antsy.svg" /></a>

=for HTML <a href="https://metacpan.org/pod/Antsy"><img src="https://img.shields.io/cpan/v/Antsy.svg" /></A>

=head1 The Antsy module

This is the I<README> for the L<Antsy> Perl module that provides a
more natural language interface to ANSI terminal sequences.

You're probably looking at this because you don't know where else to
find what you're looking for. Read this once and you might never have
to read one again for any Perl module.

=head2 Documentation

To read about L<Antsy>, look at the embedded documentation
in the module itself. Inside the distribution, you can format it
with L<perldoc|http://perldoc.perl.org/perldoc.html>:

	% perldoc lib/Antsy.pm

If you have already installed the module, you can specify the module
name instead of the file location:

	% perldoc Antsy

You can read the documentation and inspect the meta data on
L<MetaCPAN|http://www.metacpan.org/module/Antsy>.

The standard module documentation has example uses in the SYNOPSIS
section, but you can also look in the I<examples/> directory (if it's
there), or look at the test files in I<t/>.

=head2 Installation

You can install this module with a CPAN client, which will resolve
and install the dependencies:

	% cpan Antsy
	% cpanm Antsy

You can also install directly from the distribution directory, which
will also install the dependencies:

	% cpan .
	% cpanm .

You could install just this module manually:



( run in 0.629 second using v1.01-cache-2.11-cpan-437f7b0c052 )