File: 0001-specifiy-version-of-VCS-Lite.patch

package info (click to toggle)
libwww-mediawiki-client-perl 0.31-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,132 kB
  • sloc: perl: 1,672; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From d86fcd48aa7ccc89a1f1a7ea55597f09d9dce55d Mon Sep 17 00:00:00 2001
From: Benjamin Mako Hill <mako@atdot.cc>
Date: Sat, 12 Feb 2011 15:59:58 -0500
Subject: specifiy version of VCS::Lite

---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index a524473..c3e986b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ WriteMakefile(
     PREREQ_PM       => 
         { 
             'Test::Differences'=> 0,
-            'VCS::Lite' => 0,
+            'VCS::Lite' => 0.08,
             'Getopt::Std'=> 0,
             'Pod::Usage' => 0,
             'File::Spec' => 0,
-- 
1.7.2.3