File: 2001_avoid_inflated_versioning.patch

package info (click to toggle)
libdata-guid-perl 0.049-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 220 kB
  • sloc: perl: 443; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: allow use of alternate shim provided by OSSP::uuid
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2013-07-21

--- a/lib/Data/GUID.pm
+++ b/lib/Data/GUID.pm
@@ -4,7 +4,7 @@ package Data::GUID;
 # ABSTRACT: globally unique identifiers
 $Data::GUID::VERSION = '0.049';
 use Carp ();
-use Data::UUID 1.148;
+use Data::UUID;
 use Sub::Install 0.03;
 
 #pod =head1 SYNOPSIS