David Mertens <[email protected]> wrote: > > > > http://sourceforge.net/apps/mediawiki/pdl/index.php?title=Demo_PDL > > > This looks great!
:-D > > Please do read the page. I tried to keep the length reasonable. Some > > highlights: > > > > * I rename PDL::Impatient to PDL::QuickStart. > > * I merge PDL::Tips with the PDL Cookbook. > > * I merge wiki pages (installation & migration) with POD pages. > > > These renames and additons seem reasonable to me as long as somebody > (you? :) is willing to update any links pointing to them. pm_files=`find path/to/src -name '*.pm'` for file in $pm_files; do grep -H 'PDL::Impatient' $file; done Anything else I should search for? Or is .pm files enough? > This looks great. The only thing I would add is that a document > should be created somewhere that explains what 'use PDL' actually > does, and a link to this page should be placed near the top of the > doc. Said page, explaining what 'use PDL' does, should probably also > compare (preferably in tabular format) 'use PDL', 'use PDL::Lite', > and 'use PDL::LiteF'. Can't we just add a small paragraph to the 'DESCRIPTION' section? Daniel. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
