Revision history for Perl module Test::MockRandom

0.92 Tue Dec 21 00:21:50 EST 2004
    - changed API for "use" to facilitate exporting rand to other packages
      (the common case when used in test scripts)
    - improved documentation substantially, particularly around "use"
    - expanded the test suite
    
0.91 Thu Dec 16 13:17:46 EST 2004
    - Added Test::MockObject and Test::MockModule to the "See Also" section
    - changed oneish to use 2**32 instead of 2**31
    - added function "export_rand_to"

0.90 Tue Dec 14 17:03:45 EST 2004
    - first public release

0.01 Tue Dec 14 14:17:56 2004
	- original version; created by ExtUtils::ModuleMaker::TT