################################################################################
#
#  kPerl Package
#  CHANGES
#  Developmental Notes for Forthcoming Revisions
#
################################################################################


code commits
============

cat > ~/tmp/tmp.txt <<ENDTXT

package
- new package xy allows to reconstruct a phylogenetic tree.

Math::GeometNdPoint
- allow construction via Math::GeometNdPoint->new(2,Math::Geomet2dPoint->new())
ENDTXT

cd ~/code/kPerl ; cvs commit -F ~/tmp/tmp.txt  \
Blast.pl  \
Convert.pl  \
Gap.pl  \
Net.pl  \
SeqHandle.pl  \
SeqMotif.pl  \
Statist.pl  \
MainLib/Data.pm  \
MainLib/DataFileSync.pm  \
MainLib/Path.pm  \
ReadWatch/Read.pm  \
SeqLab/Blast.pm  \
SeqLab/SeqBench.pm  \
SeqLab/SeqComp.pm  \
SeqLab/SeqCompOld.pm  \
SeqLab/SeqAnalysis.pm  \
SeqLab/MotifHMMer.pm  \
SeqLab/MotifIUPAC.pm  \
SeqLab/MotifLib.pm  \
SeqLab/MotifPWMscan.pm  \
SeqLab/MotifRE.pm  \
SeqLab/AlnProj.pm  \
SeqLab/motif/PrimerVector.mtf  \
test/test_DataIO1_call  \
test/test_geomet1_call  \
test/test_range1_call  \
test/test_SeqMtf1_call  \
; cd -

cd ~/code/kPerl ; cvs commit -m ''  \
CHANGES  \
DocExample/chgre_history.rme  \
DocExample/InternalDependencies.txt  \
test/test.sh  \
; cd -

cd /gen/fly/biosw/kPerl ; cvs commit -F ~/tmp/tmp.txt  \
; cd -
find /gen/fly/biosw/kPerl -type f -ls | grep -- -rw.rw.-



CVS/code administration
=======================

# determine CVS of linked files
bash
cd ~/code/kPerl ; for fl in  \
; do Misc.pl -pathexpand $fl ; done
cd -
