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
|