From d4f869f87520213e0878eb6610ede5014acd8bb5 Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Thu, 20 Feb 2025 11:39:29 +0100 Subject: [PATCH] Extend archives to include articles from 2024 While looking for an article on the perladvent.org website from last year, I noticed that the archives only included up to and including 2023. This change ensures that the articles from 2024 are now included in the [archives link](https://perladvent.org/archives.html) from the main advent calendar page. --- archives.yaml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/archives.yaml b/archives.yaml index a796a6658..cda1f73be 100644 --- a/archives.yaml +++ b/archives.yaml @@ -1178,3 +1178,61 @@ - { "module" : "FFI::Platypus" } 25: - { "module" : "Date::Christmas" } + +2024: + 01: + - { "module" : "MooseX::Extended" } + 02: + - { "module" : "HTTP::XSHeaders" } + - { "module" : "URI::XSEscape" } + - { "module" : "HTTP::XSCookies" } + 03: + - { "module" : "Ref::Util" } + 04: + - { "topic" : "GitHub Actions" } + 05: + - { "module" : "Data::Rx" } + 06: + - { "module" : "OpenAI::API" } + 07: + - { "module" : "Parallel::ForkManager" } + 08: + - { "module" : "Feature::Compat::Class" } + 09: + - { "module" : "XML::Twig" } + 10: + - { "module" : "e" } + 11: + - { "module" : "Map::Tube" } + 12: + - { "topic" : "Methodology" } + - { "topic" : "standups" } + - { "topic" : "mental health" } + - { "module" : "Object::Pad" } + - { "module" : "App::Standup::Diary" } + 13: + - { "module" : "Net::Clacks" } + 14: + - { "module" : "Valiant" } + 15: + - { "topic" : "GitHub actions" } + 16: + - { "module" : "Inline::C" } + 17: + - { "topic" : "Natural Language Processing" } + - { "topic" : "Graph Visualisation" } + 18: + - { "topic" : "OpenTelemetry" } + - { "topic" : "Observability" } + 20: + - { "topic" : "Randal Schwartz" } + 21: + - { "module" : "Module::None" } + 22: + - { "module" : "OpenMP" } + 23: + - { "module" : "Perl::Version::Bumper" } + 24: + - { "topic" : "Camel" } + 25: + - { "topic" : "Merry Christmas, bless us, everyone" }