The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03 - 6634-11-03

  • Corrections to docs, tests, logging and coercions
  • GENERAL:
    • lib/WebService/Cath/FuncNet.pm
      • corrected/added docs
      • corrected coercions of WSDL attr
      • made wsdl_from_uri more flexible (deals with strings and URI)
  • TESTS:
    • t/perlcritic.t
      • removed requirement for perlcritic config file
    • t/00.methods.t
      • renamed to t/01.methods.t
    • t/01.methods.t
      • moved tests requiring remote connection to t/02.remote.t
    • t/02.remote.t
      • optional remote tests (based on $ENV{ TEST_FUNCNET_REMOTE })
    • t/GecoService.wsdl
      • Added local copy of the WSDL for basic tests
  • LOGGING:
    • lib/WebService/Cath/FuncNet/Logger.pm
      • This now just uses the Logable role and automatically exports the 'get_logger' method, e.g.
        • package MyClass; use WebService::Cath::FuncNet::Logger; $logger = get_logger();