|
Posted by Ron Savage on December 22, 2005, 9:53 am
Please log in for more thread options
On Thu, 22 Dec 2005 05:35:24 +1100, Ian Stuart wrote:
Hi Ian
> However when it's installed via the CPAN module (perl -MCPAN -e
> shell...) there is an error about the ABSTRACT (I can't paste the
> exact message in, as I've installed the package on both my systems
> now <sad/>)
You could uninstall it, and reinstall it, though.
> I *thought* that the abstract was deduced from the NAME line: the
> element after the hyphen.... however this appears not to be the
> case.
Right. So can you post the NAME part of your POD.
> I have compared my POD to other packages, and it seams to be
> complete.
Perhaps it needs to be /(.+)\s-\s(.+)/?
Note the 2 spaces.
|