Net::Gopher::Response::XML 0.90 review

Download
by rbytes.net on

Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML. SYNOPSIS use Net::Gopher; use Net::Gop

License: Perl Artistic License
File size: 14K
Developer: William G. Davis
0 stars award from rbytes.net

Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML.

SYNOPSIS

use Net::Gopher;
use Net::Gopher::Response::XML;

...

$response->as_xml(File => 'menu.xml');

This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This functionality was originally in the Net::Gopher core, but its features are seldom needed, and it was deemed by me, Will, to be unnecessary bloat.

The module has one method, as_xml(), which you can call on Net::Gopher::Response objects to generate XML. If you have existing code that expects Net::Gopher::Response to already have as_xml() in it, just add the use Net::Gopher::Response::XML to the top of the script as shown in the SYNOPSIS and it should work fine with both pre 1.05 and post 1.05 versions.

Requirements:
Perl

Net::Gopher::Response::XML 0.90 search tags