The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
    $Id: Changes,v 1.3 1996/10/19 10:52:28 joseph Exp joseph $
    $Log: Changes,v $
    Revision 1.3  1996/10/19 10:52:28  joseph
    ver 0.03

    Revision 1.2  1996/10/19 08:08:35  joseph
    v0.02

    Revision 1.1  1996/10/15 08:42:55  joseph
    Initial revision


Revision history for Perl extension File::Cmp.

0.01  Tue Oct 15 01:26:57 1996
	- original version; created by h2xs 1.16
	- implements cmp_file

0.02  Sat Oct 19 01:07:48 MST 1996
	- reordered some of the tests so that file not found actually
	  returns -1 like it oughta
	- wrote a test script

0.03  Sat Oct 19 03:51:04 MST 1996
	- fixed dumb bug in test script -- was using rand to change
	  a byte, which would have failed every 256 tests, y'know
	  ... using tr/// to rot it 1 char now