ChangeLog # Ch-ch-ch-changes ChangeLog.xml # See my swank new XML format! MANIFEST # This file Makefile.PL # MakeMaker skeleton README # Overview README.apache2 # Notes on Apache2 and mod_perl2 etc/make_method # Tool to create *.xpl files etc/rpc-method.dtd # DTD for the *.xpl file structure ex/linux.proc.meminfo.base # Base/help/code files for the sample methods ex/linux.proc.meminfo.code # in the ex/ directory ex/linux.proc.meminfo.help ex/linux.proc.cpuinfo.base ex/linux.proc.cpuinfo.code ex/linux.proc.cpuinfo.help ex/README # Description of the contents of the ex/ dir ex/Makefile # Makefile to generate *.xpl files in ex/ lib/Apache/RPC/Server.pm # Apache-centric server implementation lib/Apache/RPC/Status.pm # Apache::Status for Apache::RPC::Server data lib/Apache/RPC/status.base # Apache version of the system.status method lib/Apache/RPC/status.code lib/Apache/RPC/status.help lib/RPC/XML.pm # Base data-type manipuation, etc. lib/RPC/XML/Client.pm # Basic client class lib/RPC/XML/Function.pm # Reference client implementation lib/RPC/XML/Method.pm # Class encapsulation of RPC server methods lib/RPC/XML/Parser.pm # Parser class for client and server lib/RPC/XML/Procedure.pm # Class encapsulation of RPC procedures lib/RPC/XML/Server.pm # Basic server class methods/identity.base # Everything under method/ is template for the methods/identity.code # etc/make_method tool to create *.xpl files. methods/identity.help methods/introspection.base methods/introspection.code methods/introspection.help methods/listMethods.base methods/listMethods.code methods/listMethods.help methods/methodHelp.base methods/methodHelp.code methods/methodHelp.help methods/methodSignature.base methods/methodSignature.code methods/methodSignature.help methods/multicall.base methods/multicall.code methods/multicall.help methods/status.base methods/status.code methods/status.help t/00_load.t # Test suites t/01_pod.t t/02_pod_coverage.t t/10_data.t t/11_base64_fh.t t/15_serialize.t t/20_parser.t t/30_method.t t/40_server.t t/50_client.t t/60_net_server.t t/meth_bad_1.xpl t/meth_bad_2.xpl t/meth_good_1.xpl t/svsm_text.gif t/util.pl META.yml Module meta-data (added by MakeMaker)