mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
XML::Generator is a simple perl module to help in the generation of XML.
|
|
Basically, you create an XML::Generator object and then call a method
|
|
for each tag, supplying the contents of that tag as parameters.
|
|
|
|
WWW: http://search.cpan.org/dist/XML-Generator/
|