[strip-nondeterminism] 01/01: Makefile.PL: Change "NAME" argument to a Perl package name.

Chris Lamb chris at chris-lamb.co.uk
Sun Dec 4 09:42:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit a574619ae0259fd83da5af07c49c07fca0ae030e
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Dec 4 09:42:12 2016 +0000

    Makefile.PL: Change "NAME" argument to a Perl package name.
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index db7b06d..471d879 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 my $MMVER = eval $ExtUtils::MakeMaker::VERSION;
 
 WriteMakefile(
-	NAME		=> 'strip-nondeterminism',
+	NAME		=> 'File::StripNondeterminism',
 	AUTHOR		=> 'Andrew Ayer <agwa at andrewayer.name>',
 	VERSION_FROM	=> 'lib/File/StripNondeterminism.pm',
 	ABSTRACT	=> 'tool for stripping nondeterminism from files',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-commits mailing list