Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-perl
Author: cab
Date: 2005-05-11 00:15:06 +0200 (Wed, 11 May 2005)
New Revision: 6
Modified:
Changes
Log:
Completed changelog
Modified: Changes
===================================================================
--- Changes 2005-05-10 21:54:16 UTC (rev 5)
+++ Changes 2005-05-10 22:15:06 UTC (rev 6)
@@ -5,3 +5,29 @@
- modified switches interpretations
- added -l,--list switch (nothing behind for now)
- added a new sub : clean_the_mess, that should take care of system's sanity
+
+07/05/2005 - cab first strike !
+
+- Added search capabilities (same as m // command in CPAN Shell
+ Use -s or --search switch to get it.
+
+- Now Using Getopt::Long to handle switches, options, and so on..
+
+- get_globals totally rewritten : now uses open/parse/close on make.conf,
+ instead of 3 times qx() : performance boost guaranteed. Sets up default before
+ overwriting them if needed and can replace variables like ${PORTDIR} if ever
+ they are used in make.conf : quality improvement guaranteed. :p
+ thx to Sniper for the s// regexp !
+
+- Added a bit more explicative Usage message.. in fact a whole sub.
+ Available with -h or --help switch but will also appear if user
+ requires impossible or wrong things (plus a detailed error message
+ on what when wrong).
+
+- Installing a module now requires the -i or --install switch, to differentiate
+ from searching. Can be modified to become default 'no option' behaviour,
+ but i'm not fan : searching as default would be far less dangerous. :)
+
+- Reorganised code, adding some comments, removing some useless others.
+
+- Had fun !
--
gentoo-perl@g.o mailing list
|
|