JIRA-REST

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  [Changes]

  - Downgrade Perl version requirement from 5.10 to 5.8.8 to enable use on
    older Perls.

0.013     2016-11-22 16:01:45-02:00 America/Sao_Paulo

  [New feature]

  - Add support for getting username and password from Config::Identity,
    which supports gpg encrypted credentials.

0.012     2016-01-15 22:16:02-02:00 America/Sao_Paulo

  [Fix]

  - Remove dependency on Data::Util.

0.011     2015-05-21 19:10:57-03:00 America/Sao_Paulo

  [New feature]

lib/JIRA/REST.pm  view on Meta::CPAN

during construction.

=item * B<username>

=item * B<password>

The username and password of a Jira user to use for authentication.

If B<anonymous> is false and no B<pat> given, then, if either B<username> or
B<password> isn't defined the module looks them up in either the C<.netrc> file
or via L<Config::Identity> (which allows C<gpg> encrypted credentials).

L<Config::Identity> will look for F<~/.jira-identity> or F<~/.jira>.
You can change the filename stub from C<jira> to a custom stub with the
C<JIRA_REST_IDENTITY> environment variable.

=item * B<rest_client_config>

A JIRA::REST object uses a L<REST::Client> object to make the REST
invocations. This optional argument must be a hash reference that can be fed
to the REST::Client constructor. Note that the C<url> argument



( run in 0.979 second using v1.01-cache-2.11-cpan-df04353d9ac )