File: build_pl_data_uuid_version.patch

package info (click to toggle)
libobject-id-perl 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 176 kB
  • ctags: 9
  • sloc: perl: 291; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: gregor herrmann <gregoa@debian.org>
Origin: vendor
Forwarded: no
Last-Update: 2010-06-19
Description: Build.PL looks for Data::UUID >= 1.148, Data::UUID presents its $VERSION as 1.0602

--- a/Build.PL
+++ b/Build.PL
@@ -46,7 +46,7 @@
         object_uuid     => {
             description => "Unique object idenifier using UUIDs",
             requires    => {
-                "Data::UUID" => 1.148
+                "Data::UUID" => '1.010408'
             }
         }
     },