in reply to Review CCP::Xero aspiring CPAN module

From a quick look you have File::Slurp as a dependency. It's used once within 01-agent.t to read a file. Consider avoiding this module and use something like Path::Tiny. A first pass test install fails due to a missing dependency Net::OAuth.

  • Comment on Re: Review CCP::Xero aspiring CPAN module