Fix things for Perl 5.6. Ugh.
This commit is contained in:
12
README
12
README
@@ -1,5 +1,5 @@
|
||||
===========
|
||||
cowsay 3.02
|
||||
cowsay 3.03
|
||||
===========
|
||||
|
||||
cowsay is a configurable talking cow, written in Perl. It operates
|
||||
@@ -18,6 +18,16 @@ 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
|
||||
|
Reference in New Issue
Block a user