This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
upgrade Time-Piece from 1.31 to 1.3201
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)
1.31_04 2017-06-16
- Tests for %F and %T
- Fix wrong test count on Windows
- Use sensible defaults for strptime
1.31_03 2017-06-14
- Don't use localization on default
- Bugs with %s in strptime fixed
1.31_02 2017-01-16
- Add better localization between strftime and strptime
1.31_01 2017-01-13
- Respect singular for 1 sec, min, etc. in pretty (choroba)
- Add truncate() (openstrike)
- Add many more tests (openstrike)
- Add more compatibility to strf/strptime