Path to this page:
./
time/p5-DateTime-Locale,
Localization data for p5-DateTime
Branch: CURRENT,
Version: 1.44nb1,
Package name: p5-DateTime-Locale-1.44nb1,
Maintainer: pkgsrc-usersThe DateTime::Locale modules provide localization data for the DateTime.pm
class.
Required to run:[
lang/perl5] [
devel/p5-Scalar-List-Utils] [
devel/p5-File-ShareDir] [
devel/p5-namespace-autoclean] [
devel/p5-Dist-CheckConflicts] [
devel/p5-Params-ValidationCompiler] [
devel/p5-Specio]
Required to build:[
devel/p5-File-ShareDir-Install]
Master sites: (Expand)
Filesize: 1978.164 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-DateTime-Locale-1.44nb1
- (2024-11-03) Updated to version: p5-DateTime-Locale-1.44
- (2024-07-28) Updated to version: p5-DateTime-Locale-1.43
- (2024-04-21) Updated to version: p5-DateTime-Locale-1.42
- (2024-04-08) Updated to version: p5-DateTime-Locale-1.41
- (2023-12-03) Updated to version: p5-DateTime-Locale-1.40
CVS history: (Expand)
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-11-03 09:04:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DateTime-Locale: update to 1.44.
1.44 2024-10-27
- Rebuilt all locale data with the data from CLDR 46.0.0
|
2024-07-28 07:53:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DateTime-Locale: update to 1.43.
1.43 2024-07-27
- Fixed the prefers_24_hour_time method. This was incorrectly returning false \
when the locale's
time_format_short method contained a quote string with "h" or \
"K" in it. For example, the fr-CA
locale's time_format_short is `HH 'h' mm`. The quoted 'h' caused this method \
to return
false. Fixed by Jacques Deguest (@jackdeguest). PR #39.
|
2024-04-21 08:52:09 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DateTime-Locale: update to 1.42.
1.42 2024-04-18
- Rebuilt all locale data with the data from CLDR 45.0.0
|
2024-04-07 23:48:32 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DateTime-Locale: update to 1.41.
1.41 2024-04-06
- Rebuilt all locale data with the data from CLDR 44.1.0.
|
2023-12-03 02:26:43 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.40
Upstream changes:
1.40 2023-11-04
- Rebuilt all locale data with the data from CLDR 44.0.1.
1.39 2023-05-28
- Fixed parsing of the 'el-polyton' locale code. This had the same issue as
'be-tarask', which was fixed in 1.36. This is now fixed in such a way that
similar `$language-$variant` codes will be parsed correctly in the
future. Reported by @yvanzo. GH #37.
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|