From: Charles McGarvey Date: Sun, 1 May 2022 02:14:35 +0000 (-0600) Subject: Add badges X-Git-Tag: v0.800~1 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=commitdiff_plain;h=7885cc6baa838f6db3f26e5d9b4507a10f066414 Add badges --- diff --git a/lib/File/KDBX.pm b/lib/File/KDBX.pm index e7d11b3..30f401e 100644 --- a/lib/File/KDBX.pm +++ b/lib/File/KDBX.pm @@ -2492,4 +2492,24 @@ when trying to use such features with undersized IVs. * L has overlapping functionality. It's good but has a backlog of some pretty critical bugs and lacks support for newer KDBX features. +=begin :header + +=begin markdown + +[![Linux](https://github.com/chazmcgarvey/File-KDBX/actions/workflows/linux.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX/actions/workflows/linux.yml) +[![macOS](https://github.com/chazmcgarvey/File-KDBX/actions/workflows/macos.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX/actions/workflows/macos.yml) +[![Windows](https://github.com/chazmcgarvey/File-KDBX/actions/workflows/windows.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX/actions/workflows/windows.yml) + +=end markdown + +=begin HTML + + + + + +=end HTML + +=end :header + =cut diff --git a/t/group.t b/t/group.t old mode 100755 new mode 100644 diff --git a/t/iterator.t b/t/iterator.t old mode 100755 new mode 100644