Author: jkeenan
Date: Sun Sep 30 19:36:19 2007
New Revision: 21697
Modified:
branches/reconfigure/t/configure/testlib/inter/theta.pm
Log:
Conform pseudo-configuration step class to new format: return 1.
Modified: branches/reconfigure/t/configure/testlib/inter/theta.pm
==============================================================================
--- branches/reconfigure/t/configure/testlib/inter/theta.pm (original)
+++ branches/reconfigure/t/configure/testlib/inter/theta.pm Sun Sep 30
19:36:19 2007
@@ -37,7 +37,7 @@
if ($ask) {
$response = prompt( $question, q{Y/n} );
}
- return $self;
+ return 1;
}
1;