History log of /openbsd/usr.sbin/pkg_add/OpenBSD/IdCache.pod (Results 1 – 2 of 2)
Revision Date Author Comments
# 89ac5eea 16-May-2023 espie <espie@openbsd.org>

the old "indirect method call" was deprecated recently (apart from
mimicing perl base syntax on fh objects and the likes), so use the
more consistent class->method calling method in examples (and in

the old "indirect method call" was deprecated recently (apart from
mimicing perl base syntax on fh objects and the likes), so use the
more consistent class->method calling method in examples (and in code)

show more ...


# 6e49571c 20-Dec-2020 daniel <daniel@openbsd.org>

rename pkg_add's pod files to avoid filenames with colons

Filenames with colons are not allowed on windows filesystems. So we rename
the pod files to avoid this. Should get us closer to being able t

rename pkg_add's pod files to avoid filenames with colons

Filenames with colons are not allowed on windows filesystems. So we rename
the pod files to avoid this. Should get us closer to being able to check
out the openbsd source code on a windows system.

ok espie@ (who suggested the current approach); sthen@ was ok with a
previous version of the diff

show more ...