From 57d4e42acdeb54af276b27d7a844dddc71c884b1 Mon Sep 17 00:00:00 2001 From: shinobi Date: Mon, 23 Oct 2017 10:29:52 -0300 Subject: [PATCH] Update META6.json Added some relevant tags for modules.perl6.org --- META6.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/META6.json b/META6.json index c8bfefd..1893097 100644 --- a/META6.json +++ b/META6.json @@ -12,5 +12,6 @@ "WorkdayCalendar": "lib/Date/WorkdayCalendar.pm" }, "version": "0.1.0", + "tags" : [ "date", "workday" , "calendar"], "description": "Calendar and Date objects to handle business days, holidays and weekends" -} \ No newline at end of file +}