Help for this page

Select Code to Download


  1. or download this
      my $obj = Your::Module->new($username, $password);
    
  2. or download this
    use File::HomeDir;
    use File::Spec;
    ...
      );
    plan skip_all => 'Cannot test without ~/.your_module.json'
      unless -f $creds;