* Robert Rothenberg <wlkngowl at i-2000.com> [2005/04/29 00:16]:
> I'm rather tired of manually editing README files before each release, 
> and do not like using a straight pod2text either, since it contains a 
> lot of superfluous information.

I always do perldoc -t Module.pod > README, and it works out pretty
good:

  WriteMakefile(
      ...
      PREOP => 'perldoc -t Module.pm > README',
  );

(darren)

-- 
The most profound technologies are those that disappear.
They weave themselves into the fabric of everyday life until
they are indistinguishable from it.
    -- Mark Weiser

Attachment: pgpR88o8PVhEY.pgp
Description: PGP signature

Reply via email to