Automatic update to Time-Piece-1.38.tar.gz #3

Merged
okurz merged 1 commits from cpanmirror/perl-Time-Piece:autoupdate into main 2025-10-23 09:07:55 +02:00
4 changed files with 27 additions and 4 deletions

BIN
Time-Piece-1.3701.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Time-Piece-1.38.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 22 14:31:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.38
see /usr/share/doc/packages/perl-Time-Piece/Changes
1.38 2025-10-18
- Doc updates
- Fix Windows-2025 crash with %P
- XS clean up
- strptime: %z and %Z fixes (GH52,32,73,RT93095,168828)
-------------------------------------------------------------------
Thu Oct 9 20:50:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Time-Piece
Name: perl-Time-Piece
Version: 1.3701
Version: 1.38
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Object Oriented time objects
@@ -40,6 +40,17 @@ The module actually implements most of an interface described by Larry Wall
on the perl5-porters mailing list here:
https://www.nntp.perl.org/group/perl.perl5.porters/2000/01/msg5283.html
After importing this module, when you use 'localtime' or 'gmtime' in a
scalar context, rather than getting an ordinary scalar string representing
the date and time, you get a 'Time::Piece' object, whose stringification
happens to produce the same effect as the 'localtime' and 'gmtime'
functions.
The primary way to create Time::Piece objects is through the 'localtime'
and 'gmtime' functions. There is also a 'new()' constructor which is the
same as 'localtime()', except when passed a Time::Piece object, in which
case it's a copy constructor.
%prep
%autosetup -n %{cpan_name}-%{version} -p1