Index: trunk/psconfig/notes.txt
===================================================================
--- trunk/psconfig/notes.txt	(revision 11940)
+++ trunk/psconfig/notes.txt	(revision 12132)
@@ -1,2 +1,15 @@
+
+2007.02.28 : cleanup configuration tools
+
+operations we would like to perform with these tools:
+
+tag CVS tree
+build tarball from tagged tree
+build tarball from head
+build and install software in tree
+check for needed external software
+build and install external software
+
+
 
 YAML : asks for installation confirmation.  
@@ -7,2 +20,14 @@
 Template : asks about XS and additional files.  we can skip both of these
 
+#!/bin/csh -f
+
+grep use `find .. -name "*.pm"` |\
+     sed "s|::|@@|g" |\
+     awk -F: '{print $2}' |\
+     sed "s|@@|::|g" |\
+     awk -F\; '{print $1}' |\
+     grep -v "\#" |\
+     sed "s|qw(|@|" |\
+     awk -F@ '{print $1}' |\
+     sort | uniq |\
+     grep "^use" > perl.modules.list
