Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32324
Modified Files:
Changes
Log Message:
Improve the behavior of prompt() and y_n() when there's no user
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -d -r1.410 -r1.411
--- Changes 20 Jan 2006 14:29:14 -0000 1.410
+++ Changes 22 Jan 2006 02:30:44 -0000 1.411
@@ -8,6 +8,12 @@
- We should now work with recent (> 0.49) versions of YAML.pm when
creating the META.yml file. [Yitzchak Scott-Thoennes]
+ - The prompt() and y_n() methods have been improved with respect to
+ how they behave/detect when there is no user to ask. We're now
+ more consistent with MakeMaker, including respecting the
+ PERL_MM_USE_DEFAULT environment variable. [Tyler MacDonald and
+ Yitzchak Scott-Thoennes]
+
0.27_05 Thu Jan 12 17:39:21 CST 2006
- In t/common.pl, we were attempting to let the user's installed
|