[libpackage-variant-perl] 02/23: normalize versions

Jonas Smedegaard dr at jones.dk
Tue Aug 4 13:25:43 UTC 2015


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

js pushed a commit to branch master
in repository libpackage-variant-perl.

commit f11ad9c91fdc553f1b814e4636861e75eb1ebd7d
Author: Karen Etheridge <ether at cpan.org>
Date:   Sat Aug 30 08:54:49 2014 -0700

    normalize versions
---
 Makefile.PL | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 065f4ea..566e771 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,13 +5,13 @@ my %META = (
   name => 'Package-Variant',
   prereqs => {
     test => { requires => {
-      'Test::Fatal' => 0,
+      'Test::Fatal' => '0',
     }, },
     runtime => { requires => {
-      'perl' => 5.006,
-      'strictures' => 1,
-      'Carp' => 0,
-      'Import::Into' => 1,
+      'perl' => '5.006',
+      'strictures' => '1.000000',
+      'Carp' => '0',
+      'Import::Into' => '1.000000',
       'Module::Runtime' => '0.013',
     }, },
   },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpackage-variant-perl.git



More information about the Pkg-perl-cvs-commits mailing list