Blob Blame History Raw
2009-06-10  Stepan Kasal  <skasal@redhat.com>

Require File::Spec 2.28, rpm is not able to grok the crazy
perl versioning.


--- ORLite-Migrate-0.03/lib/ORLite/Migrate.pm.orig	2009-04-19 14:18:00.000000000 +0200
+++ ORLite-Migrate-0.03/lib/ORLite/Migrate.pm	2009-06-10 14:38:43.000000000 +0200
@@ -5,7 +5,7 @@
 use 5.006;
 use strict;
 use Carp              ();
-use File::Spec 3.2701 ();
+use File::Spec   3.28 ();
 use File::Path   2.04 ();
 use File::Basename    ();
 use Params::Util 0.37 qw{ _STRING _CLASS _HASH };