Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv492
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Accept --foo=bar as a synonym for --foo bar
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.43
retrieving revision 1.299.2.44
diff -u -d -r1.299.2.43 -r1.299.2.44
--- Changes 21 Mar 2005 17:35:52 -0000 1.299.2.43
+++ Changes 23 Mar 2005 01:26:22 -0000 1.299.2.44
@@ -14,6 +14,11 @@
- Added a recipe to the cookbook showing how to run a single test
file from the command line. [William McKee]
+ - For command-line arguments, we now accept the syntax "--foo=bar" in
+ addition to "--foo bar" and "foo=bar". This seems to fit well with
+ what GNU getopt and Getopt::Long do, and with people's
+ expectations. [Adam Spiers]
+
0.2609 Wed Mar 16 22:18:35 CST 2005
- The html docs that were created during the first invokation of
|