Accepting request 793595 from devel:languages:perl:autoupdate
- updated to 1.226 see /usr/share/doc/packages/perl-Data-UUID/Changes 1.226 2020-04-12 - set umask before fopen in destructor (thanks, Rafaël Garcia-Suarez) 1.225 2020-04-12 - pointless accidental release OBS-URL: https://build.opensuse.org/request/show/793595 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-UUID?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
8a8003e6f9
commit
2f8340becc
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-UUID
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Data-UUID
|
||||
Version: 1.224
|
||||
Version: 1.226
|
||||
Release: 0
|
||||
%define cpan_name Data-UUID
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
@@ -91,7 +91,7 @@ This modules provides several methods to create a UUID. In all methods,
|
||||
# convert to Base64-encoded string
|
||||
$ug->to_b64string(<uuid>);
|
||||
|
||||
Conversly, string UUIDs can be converted back to binary form:
|
||||
Conversely, string UUIDs can be converted back to binary form:
|
||||
|
||||
# recreate binary UUID from string
|
||||
$ug->from_string(<uuid>);
|
||||
|
Reference in New Issue
Block a user