[Reproducible-commits] [libextutils-depends-perl] 39/187: - Require perl 5.6.0.

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:47 UTC 2015


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

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit d7a40923536f19b3e33cf5ca0895d1e0962ea624
Author: Torsten Schönfeld <tsch at src.gnome.org>
Date:   Sun Jun 1 15:26:44 2008 +0000

    	- Require perl 5.6.0.
    
    svn path=/trunk/; revision=56
---
 Changes     | 3 +++
 Makefile.PL | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/Changes b/Changes
index e4c4f72..cf57c83 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.xxx <date>
+	- Require perl 5.6.0.
+
 0.300 Sun Mar 30 17:35:35 CEST 2008
 	- On MSWin32 and cygwin, find the link libraries of dependencies and
           put them into LIBS.
diff --git a/Makefile.PL b/Makefile.PL
index 6770e10..ce5d4f5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,8 @@
+#!/usr/bin/perl
+
+# We require 5.6 for sanity in general, and for 'our' in particular.
+use 5.006;
+
 use ExtUtils::MakeMaker;
 
 WriteMakefile(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list