From f8a7e248d21337513438ca8311a5d9660fe97e64 Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Mon, 22 Jun 2026 10:31:33 -0400 Subject: [PATCH] Mark master as post-1.901 development (1.901_001) Set $VERSION to a developer (underscore) version so the in-progress master branch no longer claims to be the released 1.901. The underscore makes PAUSE treat it as a non-indexed trial version, and 1.901_001 numifies to 1.901001 -- sorting after 1.901 and before the eventual 1.902 stable release. Co-Authored-By: Claude Opus 4.8 --- lib/Plerd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Plerd.pm b/lib/Plerd.pm index eba0ec5..d614b22 100644 --- a/lib/Plerd.pm +++ b/lib/Plerd.pm @@ -1,6 +1,6 @@ package Plerd; -our $VERSION = '1.901'; +our $VERSION = '1.901_001'; use Moose; use MooseX::Types::URI qw(Uri);