Acme-Meow
    
    
  
  
  
view release on metacpan or search on metacpan
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
name:         Acme-Meow
version:      0.01
version_from: lib/Acme/Meow.pm
installdirs:  site
requires:
    Test::More:                    0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.30_01
lib/Acme/Meow.pm view on Meta::CPAN
use strict;
require Exporter;
use base qw[ Exporter ];
=head1 NAME
Acme::Meow - It's the kitty you've always wanted
=head1 VERSION
Version 0.01 - please note this is a preview release, the API may change
$Id: Meow.pm 558 2007-09-07 12:14:11Z f00li5h $
=cut
our $VERSION = '0.01';
=head1 SYNOPSIS
This module is intended for use by folks who's leases
specify that they are not allowed to have any pets
    use Acme::Meow;
lib/Acme/Meow.pm view on Meta::CPAN
=head1 AUTHOR
FOOLISH, C<< <foolish at cpan.org> >>
=head1 BUGS
Please report any bugs or feature requests to
C<bug-acme-meow at rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Meow>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
=head1 TODO
=over 4
=item play
it'd be nince to play games with the kitty too
    $kitty->play( 'game' ); 
( run in 0.290 second using v1.01-cache-2.11-cpan-5dc5da66d9d )