1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Fix bad whatis entry
Origin: vendor
Forwarded: no
Author: Alessandro Ghedini <ghedo@debian.org>
Reviewed-by: Alessandro Ghedini <ghedo@debian.org>
Last-Update: 2012-06-28
--- a/lib/Git/Wrapper/Statuses.pm
+++ b/lib/Git/Wrapper/Statuses.pm
@@ -2,7 +2,7 @@
{
$Git::Wrapper::Statuses::VERSION = '0.023';
}
-# ABSTRACT:
+# ABSTRACT: Multiple git statuses information
use 5.006;
use strict;
@@ -40,7 +40,7 @@
=head1 NAME
-Git::Wrapper::Statuses -
+Git::Wrapper::Statuses - Multiple git statuses information
=head1 VERSION
|