Forking Cowsay to experiment.
Go to file
2000-05-29 17:55:24 +00:00
cows Renaming devil.cow to daemon.cow 2000-05-20 01:21:54 +00:00
ChangeLog Ooops, Wrap.pm.diff should be in there. Heh. 2000-05-29 17:55:24 +00:00
cowenv Testing environment. Whoopee! 1999-11-04 19:43:14 +00:00
cowsay Fix things for Perl 5.6. Ugh. 2000-05-28 06:24:46 +00:00
cowsay.1 Okay, this will be release 3.02, approximately. 1999-11-04 19:50:38 +00:00
Files.base Ooops, Wrap.pm.diff should be in there. Heh. 2000-05-29 17:55:24 +00:00
INSTALL First attempt at making this nicely installable. 1999-08-14 08:03:16 +00:00
install.sh Attempted cross-version compatibility and fixing a little nuisance 1999-11-01 20:19:20 +00:00
LICENSE First attempt at making this nicely installable. 1999-08-14 08:03:16 +00:00
Makefile Fix things for Perl 5.6. Ugh. 2000-05-28 06:24:46 +00:00
MANIFEST Fix things for Perl 5.6. Ugh. 2000-05-28 06:24:46 +00:00
README Fix things for Perl 5.6. Ugh. 2000-05-28 06:24:46 +00:00
RELEASE Oooh. Tags. 1999-11-04 19:52:21 +00:00
Wrap.pm.diff Ooops, Wrap.pm.diff should be in there. Heh. 2000-05-29 17:55:24 +00:00

===========
cowsay 3.03
===========

cowsay is a configurable talking cow, written in Perl.  It operates
much as the figlet program does, and it written in the same spirit
of silliness.

cowsay is actually a pretty old program.  It has not really been
released before, and I am releasing it in the hope that someone
other than myself will be amused by it. 

The first major version of cowsay had one cow and one message
template: $foo is $verb $bar.  Not very flexible, but people managed
to do pretty interesting things with it.  The second major version
scrapped many of the limitations of the first, by allowing arbitrary
messages, multiple cowfiles, and even support for cows talking in
figlet.  The third version was a rewrite of the second into Perl
5, whereupon the code got a lot smaller and more manageable. :-)

If you are using Perl 5.004, you may have problems with Text::Wrap.
(Yeesh, this module changes more than it should...)  I've included
a diff for the Text::Wrap (version 97.011701) that is shipped with
5.004_04; the concept is simple enough that even older Perls can
take advantage of this silly little patch; if there is a "sub fill"
in the documentation for the module, copy it to a more useful
section of that file.  If not, just take "sub fill" wholesale from
the patch.  Oh, and consider upgrading to 5.005_03 or later.
Please.  You'll like it, I promise.

To install cowsay, consult the INSTALL file in this directory.

For the terms and conditions of use, consult the LICENSE file in
this directory.

-- Tony Monroe (tony@nog.net)

$Id$