The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Tapper::CLI;
BEGIN {
  $Tapper::CLI::AUTHORITY = 'cpan:TAPPER';
}
# ABSTRACT: Tapper - tapper-* commandline tools
$Tapper::CLI::VERSION = '4.1.5';
use warnings;
use strict;

1; # End of Tapper::CLI

__END__

=pod

=encoding utf-8

=head1 NAME

Tapper::CLI - Tapper - tapper-* commandline tools

=head1 AUTHOR

AMD OSRC Tapper Team <tapper@amd64.org>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Advanced Micro Devices, Inc..

This is free software, licensed under:

  The (two-clause) FreeBSD License

=cut