export Version=0.03 export TarFile="Class-Inheritance-$Version.tar.gz" cd /usr/local/apache_tcu-inc/htdocs/Products/Perl #h2xs -XA -n Class::Inheritance mkdir -p Class/Inheritance/docs rsync -a Development/docs/* Class/Inheritance/docs/ rsync -a Development/t/* Class/Inheritance/t/ for i in Changes Makefile.PL MANIFEST README; do echo "cp -f --reply=yes Development/$i Class/Inheritance/" cp -f --reply=yes Development/$i Class/Inheritance/ done; cp -f --reply=yes Development/Inheritance.pm_working Class/Inheritance/Inheritance.pm cat Development/pod.txt >> Class/Inheritance/Inheritance.pm pod2text Class/Inheritance/Inheritance.pm > Class/Inheritance/README tar -zcf $TarFile Class/Inheritance rm -rf test_install mkdir test_install cd test_install tar -zxvf ../$TarFile cd Class/Inheritance rm -f /usr/share/man/man3/Class::Inheritance.3pm perl Makefile.PL make install #man Class::Inheritance