Gentoo Archives: gentoo-perl

From: antoine.raillon@××××××.net
To: gentoo-perl@l.g.o
Subject: [gentoo-perl] r6 - /
Date: Thu, 12 May 2005 21:57:06
Message-Id: 20050512215617.3EE938280ED@gredin.dragou.net
1 Author: cab
2 Date: 2005-05-11 00:15:06 +0200 (Wed, 11 May 2005)
3 New Revision: 6
4
5 Modified:
6 Changes
7 Log:
8 Completed changelog
9
10
11 Modified: Changes
12 ===================================================================
13 --- Changes 2005-05-10 21:54:16 UTC (rev 5)
14 +++ Changes 2005-05-10 22:15:06 UTC (rev 6)
15 @@ -5,3 +5,29 @@
16 - modified switches interpretations
17 - added -l,--list switch (nothing behind for now)
18 - added a new sub : clean_the_mess, that should take care of system's sanity
19 +
20 +07/05/2005 - cab first strike !
21 +
22 +- Added search capabilities (same as m // command in CPAN Shell
23 + Use -s or --search switch to get it.
24 +
25 +- Now Using Getopt::Long to handle switches, options, and so on..
26 +
27 +- get_globals totally rewritten : now uses open/parse/close on make.conf,
28 + instead of 3 times qx() : performance boost guaranteed. Sets up default before
29 + overwriting them if needed and can replace variables like ${PORTDIR} if ever
30 + they are used in make.conf : quality improvement guaranteed. :p
31 + thx to Sniper for the s// regexp !
32 +
33 +- Added a bit more explicative Usage message.. in fact a whole sub.
34 + Available with -h or --help switch but will also appear if user
35 + requires impossible or wrong things (plus a detailed error message
36 + on what when wrong).
37 +
38 +- Installing a module now requires the -i or --install switch, to differentiate
39 + from searching. Can be modified to become default 'no option' behaviour,
40 + but i'm not fan : searching as default would be far less dangerous. :)
41 +
42 +- Reorganised code, adding some comments, removing some useless others.
43 +
44 +- Had fun !
45
46
47 --
48 gentoo-perl@g.o mailing list