The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Term::Kaka::Bitmap;
BEGIN {
  $Term::Kaka::Bitmap::AUTHORITY = 'cpan:YANICK';
}
{
  $Term::Kaka::Bitmap::VERSION = '1.2.0';
}
#ABSTRACT: Term::Caca::Bitmap

use strict;
use base 'Term::Caca::Bitmap';
1;



=pod

=head1 NAME

Term::Kaka::Bitmap - Term::Caca::Bitmap

=head1 VERSION

version 1.2.0

=head1 AUTHORS

=over 4

=item *

John Beppu <beppu@cpan.org>

=item *

Yanick Champoux <yanick@cpan.org>

=back

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by John Beppu.

This is free software, licensed under:

  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004

=cut


__END__