[dh-make-perl] 08/09: make dh-make-perl report its version on every invocation
Damyan Ivanov
dmn at alioth.debian.org
Fri Aug 16 12:32:51 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository dh-make-perl.
commit 896165fdfcc61cead6e12edae5cb89298e69e430
Author: Damyan Ivanov <dmn at debian.org>
Date: Fri Aug 16 14:17:58 2013 +0200
make dh-make-perl report its version on every invocation
---
dh-make-perl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dh-make-perl b/dh-make-perl
index bbc5717..8adfc5a 100755
--- a/dh-make-perl
+++ b/dh-make-perl
@@ -5,6 +5,8 @@ use warnings;
use DhMakePerl;
+print "== dh-make-perl $DhMakePerl::VERSION ==\n";
+
exit DhMakePerl->run;
__END__
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git
More information about the Pkg-perl-cvs-commits
mailing list