in reply to examples in test suite

I use a little script that scours POD (actually POD::PseudoPOD in my case) looking for =begin script and =end script tags, and then runs every script it finds. This works ok for complete scripts but lots of POD examples are just snippets that can't be run on their own without setup (e.g. DBI examples that require an entire schema to be implemented). But I think your point is a good one.