Author: kwilliams
Date: Sat May 20 22:07:08 2006
New Revision: 6323
Modified:
Module-Build/trunk/Changes
Log:
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Sat May 20 22:07:08 2006
@@ -6,7 +6,7 @@
a -I to the value of INC. This is incorrect because there should
already be a -I on the value. I.E. it's "perl Makefile.PL INC=-Ifoo"
not "perl Makefile.PL INC=foo" so Compat should not prefix a -I.
- [Patch by Michael Schwern]
+ [Michael Schwern]
- Native batch scripts under Windows should not be converted by
pl2bat. [Spotted by Ron Savage]
@@ -32,6 +32,8 @@
newlines in the data, now it has a much more extensive escaping
mechanism. [Stephen Adkins]
+ - Revised the docs for --prefix and PREFIX. [Michael Schwern]
+
0.28 Thu Apr 27 22:25:00 CDT 2006
- When y_n() or prompt() are called without a default value and the
|