chromatic wrote:
On Saturday 19 April 2008 17:06:44 [EMAIL PROTECTED] wrote:
Author: jkeenan
Date: Sat Apr 19 17:06:44 2008
New Revision: 27051
Added:
trunk/t/steps/auto_opengl-03.t
- copied, changed from r27050, /trunk/t/steps/auto_opengl-02.t
Modified:
trunk/t/steps/auto_opengl-02.t
Log:
Add file to test auto::opengl internal subs where verbose output has been
requested.
Why a separate file?
The Parrot::Configure object is a singleton. From my experiences over
the past year, I have found that this means it's difficult to test all
the effects of different command-line options in a single file. The
more complex the code in a given config step's runstep() method, the
more individual objects have to be created, which leads to more files.
Thank you very much.
kid51