
Acme::Meow - It's the kitty you've always wanted

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 $

This module is intended for use by folks who's leases specify that they are not allowed to have any pets
use Acme::Meow;
my $kitty = Acme::Meow->new();
$kitty->pet();
$kitty->feed();

Currently only abstract kitties are available so no options are available, although they may be added in the future.
This method will take a hashref of options as required.

the kitty does need to eat, otherwise it will get unhealthy

by default this package exports some methods for playing with your kitties.
if not called directly on a kitty, $_ will be checked for a kitty;
if not called directly on a kitty, $_ will be checked for a kitty;
This method will tell you if your kitty is having a cat nap. Kittens may be very cranky during their nap time, and waking them may be a bad idea.
private

FOOLISH, <foolish at cpan.org>

Please report any bugs or feature requests to bug-acme-meow at rt.cpan.org, or through the web interface at 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.

it'd be nince to play games with the kitty too
$kitty->play( 'game' );

You can find documentation for this module with the perldoc command.
perldoc Acme::Meow
You can also look for information at:


Copyright 2007 FOOLISH, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.