The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JIRACLI - Common utilities for all JIRA CLI examples

SYNOPSIS

  use lib $FindBin::Bin;
  use JIRACLI;

DESCRIPTION

This module contains a few functions used by most of the JIRA CLI examples

FUNCTIONS

get_credentials

   my ($user, $pass) = get_credentials();

This function will first check for user and password specified in the environment variables jirauser and jirpass.

If no environment variables set will prompt interactively for entry of user and password

COPYRIGHT

Copyright 2016-2021 CPQD.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Gustavo Chaves <gustavo@cpqd.com.br>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 80:

You forgot a '=back' before '=head1'