initial commit
authorMark Wells <mark@freeside.biz>
Fri, 2 Nov 2012 21:28:31 +0000 (14:28 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 2 Nov 2012 21:28:31 +0000 (14:28 -0700)
commit7be09bed7f9acdf8a20362c49831dfb39fc4e7a4
tree51ed1f3337fd567897a12553fe6a6ae2ced3ce7c
initial commit
50 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
EZLocate.pm [new file with mode: 0644]
EZLocate/Elements/answerChallenge.pm [new file with mode: 0644]
EZLocate/Elements/answerChallengeResponse.pm [new file with mode: 0644]
EZLocate/Elements/findAddress.pm [new file with mode: 0644]
EZLocate/Elements/findAddressResponse.pm [new file with mode: 0644]
EZLocate/Elements/findMultiAddress.pm [new file with mode: 0644]
EZLocate/Elements/findMultiAddressResponse.pm [new file with mode: 0644]
EZLocate/Elements/getAccountInfo.pm [new file with mode: 0644]
EZLocate/Elements/getAccountInfoResponse.pm [new file with mode: 0644]
EZLocate/Elements/getClientInfo.pm [new file with mode: 0644]
EZLocate/Elements/getClientInfoResponse.pm [new file with mode: 0644]
EZLocate/Elements/getMOTD.pm [new file with mode: 0644]
EZLocate/Elements/getMOTDResponse.pm [new file with mode: 0644]
EZLocate/Elements/getRPS.pm [new file with mode: 0644]
EZLocate/Elements/getRPSResponse.pm [new file with mode: 0644]
EZLocate/Elements/getServiceDescription.pm [new file with mode: 0644]
EZLocate/Elements/getServiceDescriptionResponse.pm [new file with mode: 0644]
EZLocate/Elements/getServices.pm [new file with mode: 0644]
EZLocate/Elements/getServicesResponse.pm [new file with mode: 0644]
EZLocate/Elements/invalidateCredential.pm [new file with mode: 0644]
EZLocate/Elements/invalidateCredentialResponse.pm [new file with mode: 0644]
EZLocate/Elements/requestChallenge.pm [new file with mode: 0644]
EZLocate/Elements/requestChallengeResponse.pm [new file with mode: 0644]
EZLocate/Elements/testCredential.pm [new file with mode: 0644]
EZLocate/Elements/testCredentialResponse.pm [new file with mode: 0644]
EZLocate/Interfaces/Authentication/Authentication.pm [new file with mode: 0644]
EZLocate/Interfaces/EZClient/EZClient.pm [new file with mode: 0644]
EZLocate/Interfaces/Geocoding/Geocoding.pm [new file with mode: 0644]
EZLocate/Typemaps/Authentication.pm [new file with mode: 0644]
EZLocate/Typemaps/EZClient.pm [new file with mode: 0644]
EZLocate/Typemaps/Geocoding.pm [new file with mode: 0644]
EZLocate/Types/Geocode.pm [new file with mode: 0644]
EZLocate/Types/GeocodeSequence.pm [new file with mode: 0644]
EZLocate/Types/MatchType.pm [new file with mode: 0644]
EZLocate/Types/MatchTypeSequence.pm [new file with mode: 0644]
EZLocate/Types/NameValue.pm [new file with mode: 0644]
EZLocate/Types/OutputField.pm [new file with mode: 0644]
EZLocate/Types/OutputFieldSequence.pm [new file with mode: 0644]
EZLocate/Types/Record.pm [new file with mode: 0644]
EZLocate/Types/RecordSequence.pm [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
ignore.txt [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/manifest.t [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]