The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Weaver - do horrible things to POD, producing better docs

VERSION

version 2.001

WARNING

This code is really, really sketchy. It's crude and brutal and will probably break whatever it is you were trying to do.

Eventually, this code will be really awesome. I hope. It will probably provide an interface to something more cool and sophisticated. Until then, don't expect it to do anything but bring sorrow to you and your people.

DESCRIPTION

Pod::Weaver is a work in progress, which rips apart your kinda-POD and reconstructs it as boring old real POD.

METHODS

munge_pod_string

    my $new_content = Pod::Weaver->munge_pod_string($string, \%arg);

Right now, this is the only method. You feed it a string containing a POD-riddled document and it returns a woven form. Right now, you can't really do much configuration of the loom.

Valid arguments are:

    filename - the name of the document file being rewritten (for errors)
    version  - the version of the document
    authors  - an arrayref of document authors (provided as strings)
    license  - the license of the document (a Software::License object)

AUTHOR

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.