Codebase list libdata-guid-perl / cd4d434e-50ba-4538-b2cd-53273f32cc11/main
Refresh patches. Debian Janitor 2 years ago
1 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11 Author: Jonas Smedegaard <dr@jones.dk>
22 Last-Update: 2013-07-21
33
4 --- a/lib/Data/GUID.pm
5 +++ b/lib/Data/GUID.pm
4 Index: libdata-guid-perl/lib/Data/GUID.pm
5 ===================================================================
6 --- libdata-guid-perl.orig/lib/Data/GUID.pm
7 +++ libdata-guid-perl/lib/Data/GUID.pm
68 @@ -4,7 +4,7 @@ package Data::GUID;
79 # ABSTRACT: globally unique identifiers
8 $Data::GUID::VERSION = '0.049';
10 $Data::GUID::VERSION = '0.050';
911 use Carp ();
1012 -use Data::UUID 1.148;
1113 +use Data::UUID;