NOTICE: This package has been removed from pkgsrc

./time/p5-Time-Piece, Time::Piece - Object Oriented time objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.33nb3, Package name: p5-Time-Piece-1.33nb3, Maintainer: pkgsrc-users

This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 2222c3d2c05467df7b3763a32f87ae5b3c2e5f0e
RMD160: cb678b5e8ee337fd60967cf3f22f0d57d8bdb9bb
Filesize: 35.251 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816)
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-08-21 14:21:27 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Time-Piece: update to 1.33.

1.33    2018-08-18
        - Allow objects in overloaded methods
   2018-02-24 05:16:11 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.3204

Upstream changes:
1.3204  2018-02-19
        - Fix compilation warnings.
   2017-12-30 16:06:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Time-Piece: update to 1.3203.

1.3203  2017-12-12
        - Fix copy constructor erroneous parent modification (Thanks Grinnz!)
        - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!)
        - Switch to XSLoader
   2017-09-26 16:57:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Time-Piece: update to 1.3202.

1.3202  2017-09-13
        - Fix AIX compile

1.3201  2017-06-22
        - Fix compile errors on MS
        - Use macro for buf sizes
        - Remove some compile warnings
        - SP of by 1 in _crt_localtime

1.32    2017-06-20
        - Since 1.31:
        - New truncate() method
        - Add new flags: %F, %T, %P + more
        - Add rudimentary locale support via use_locale()
        - More tests
        - Less bugs (hopefully)