summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-06 09:42:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-06 09:42:20 -0700
commitccf0a346b6d28f03afb4d87ac6da554347a75e37 (patch)
tree24a3071f586aace47183094c01b8c9f97e1ada43 /lib
parent3764a4f8ee4858f965e4508c5436f4b44df97d4a (diff)
downloadp5-Git-Annex-ccf0a346b6d28f03afb4d87ac6da554347a75e37.tar.gz
improvements & tweaks to docs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'lib')
-rw-r--r--lib/Git/Annex.pm7
-rw-r--r--lib/Git/Annex/BatchCommand.pm7
2 files changed, 4 insertions, 10 deletions
diff --git a/lib/Git/Annex.pm b/lib/Git/Annex.pm
index cd274f7..031148c 100644
--- a/lib/Git/Annex.pm
+++ b/lib/Git/Annex.pm
@@ -1,5 +1,5 @@
-# Git::Annex
-# Perl interface to git-annex repositories
+package Git::Annex;
+# ABSTRACT: Perl interface to git-annex repositories
#
# Copyright (C) 2019-2020 Sean Whitton <spwhitton@spwhitton.name>
#
@@ -48,9 +48,6 @@ git-annex.
=cut
-package Git::Annex;
-# ABSTRACT: Perl interface to git-annex repositories
-
use 5.028;
use strict;
use warnings;
diff --git a/lib/Git/Annex/BatchCommand.pm b/lib/Git/Annex/BatchCommand.pm
index 249b53d..1629bb1 100644
--- a/lib/Git/Annex/BatchCommand.pm
+++ b/lib/Git/Annex/BatchCommand.pm
@@ -1,5 +1,5 @@
-# Git::Annex
-# Perl interface to git-annex repositories
+package Git::Annex::BatchCommand;
+# ABSTRACT: Perl interface to git-annex --batch commands
#
# Copyright (C) 2020 Sean Whitton <spwhitton@spwhitton.name>
#
@@ -38,9 +38,6 @@ processes to perform queries or request changes.
=cut
-package Git::Annex::BatchCommand;
-# ABSTRACT: Perl interface to git-annex --batch commands
-
use 5.028;
use strict;
use warnings;