summaryrefslogtreecommitdiff
path: root/lib/Git/Annex/BatchCommand.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Git/Annex/BatchCommand.pm')
-rw-r--r--lib/Git/Annex/BatchCommand.pm7
1 files changed, 2 insertions, 5 deletions
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;