Skip to content

Commit

Permalink
Improve module's abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
gnustavo committed Jul 28, 2014
1 parent cd9ef66 commit 4b6d151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
JIRA::Client - An extended interface to JIRA's SOAP API.
JIRA::Client - Extended interface to JIRA's SOAP API

JIRA is a proprietary bug tracking system from Atlassian
(http://www.atlassian.com/software/jira/).
Expand Down
2 changes: 1 addition & 1 deletion lib/JIRA/Client.pm
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;

package JIRA::Client;
# ABSTRACT: An extended interface to JIRA's SOAP API.
# ABSTRACT: Extended interface to JIRA's SOAP API

use Carp;
use Data::Util qw(:check);
Expand Down

0 comments on commit 4b6d151

Please sign in to comment.