From 7885cc6baa838f6db3f26e5d9b4507a10f066414 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sat, 30 Apr 2022 20:14:35 -0600 Subject: [PATCH] Add badges --- lib/File/KDBX.pm | 20 ++++++++++++++++++++ t/group.t | 0 t/iterator.t | 0 3 files changed, 20 insertions(+) mode change 100755 => 100644 t/group.t mode change 100755 => 100644 t/iterator.t 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 -- 2.43.0