The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Games::QuizTaker.

1.00  Mon Oct 01 13:35:59 2001
	- Original version; created by h2xs 1.20 with options
		-AXn Games::QuizTaker

1.01  Sat Oct 20 19:27:50 2001
	- Added the README file
	
1.02  Fri Nov 02 11:17:21 2001
	- Located and fixed bug in the test function that kept
	  it from printing all of the questions.

1.03  Thu Nov 15 09:27:58 2001
	- Redesigned object constructor call and added get/set
	  functions for parameters within the object.
		- Changed the name and style of the parameters when
	  	  creating the object
		- Modified test.pl to correspond with the above
		  changes
		- Added a debugging function

	- Modified the POD to correspond with the above changes


1.04  Tue Nov 20 14:25:09 2001
	- Modified the system('clear') call in the test function so
	  that it now will work on either Windows or Unix

	- Added the ability for questions to have more than one answer
		- modified the functions new,load, and test

	- Modified the POD to correspond with the above changes

1.05  Thu Dec  6 15:41:38 2001
	- Added a test to check to see if the $Max_Questions is less
	  than 1 in the generate function. If it is, the module will
	  croak.

1.06  Fri Dec 14 15:45:03 2001
	- Added a _set and _get function for the number of max questions
	  in the generate and test functions. The object will now store
	  the max number within itself in the _Max_Questions parameter.

	- Modified the POD to correspond with the above change