Russ Allbery schrieb:
> Reini Urban <[EMAIL PROTECTED]> writes:
> > Russ Allbery schrieb:
>
> >> Does anyone actually use pod2text --alt? I'm really tempted to remove it;
> >> it's a bit of a hassle to maintain.
>
> > me.
>
> Does it actually continue to do sane things? Is the markup reasonable?
> Is there anything that should be improved?
>
> I've done a bunch of tweaking to the other output formats over time, but I
> just left that one alone because I never use it myself. Patches welcome
> if there's anything you'd like better about it.
Yes, I guess so. I don't really care for more.
I'm just using it in a bunch of Makefile's to produce
automatic <package>-<xx>.readme files for my modules,
mainly for ftp and the web. It always worked fine.
Like this:
WriteMakefile(
'NAME' => 'CArray',
'VERSION_FROM' => 'CArray.pm',
'depend' => {
'dist' => "\$(DISTDEFAULT) \$(DISTVNAME).readme\n",
'$(DISTVNAME).readme' => "\$(VERSION_FROM)\n" .
"\tpod2text --alt \$(VERSION_FROM) >\$(DISTVNAME).readme",
}
);
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/