This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Time-Piece to CPAN version 1.26
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 1 Jan 2014 09:03:39 +0000 (09:03 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 1 Jan 2014 09:03:39 +0000 (09:03 +0000)
commitd93e3b8ce477b5ca3fdd199244bc7d258ae60fdd
treef5f3509330ae8faa4fb4d52b3ec2694390e59482
parent5c2c7b4d206b5e31daf31f52827808c61ff3ab10
Update Time-Piece to CPAN version 1.26

  [DELTA]

1.26      2013-12-29
        - no changes since previous (trial) release

1.25_01   2013-12-16
        - fix compiling for WinCE, execution is untested
        - add a .gitignore (from Win32::API)
        - fix a compiler warning about unused var, and add inlining
        - add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
        - refactor XS code to remove large sections of duplicate machine code
        - fix _crt_localtime to return year only once, previously
          _crt_localtime returned year (item #6) twice in the list
Porting/Maintainers.pl
cpan/Time-Piece/Piece.pm
cpan/Time-Piece/Piece.xs
cpan/Time-Piece/Seconds.pm