ChangeLog                      # Ch-ch-ch-changes
MANIFEST                       # This file
Makefile.PL                    # MakeMaker skeleton
README                         # Overview
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.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          # Reference client implementation
lib/RPC/XML/Parser.pm          # Parser class for client and server
lib/RPC/XML/Server.pm          # Reference server implementation
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/10_data.t
t/20_parser.t
