Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v3.1.22.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 60a1b5e..166abeb 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Minilla
 
 {{$NEXT}}
+
+v3.1.22 2023-07-08T05:48:31Z
     - Support package version syntax (#328)
 
 v3.1.21 2023-02-17T14:36:59Z
  • Loading branch information
syohex committed Jul 8, 2023
1 parent e6fb78a commit e5a0a89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension Minilla

{{$NEXT}}

v3.1.22 2023-07-08T05:48:31Z
- Support package version syntax (#328)

v3.1.21 2023-02-17T14:36:59Z
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Tokuhiro Matsuno < tokuhirom@gmail.com >"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.20, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.21, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -112,7 +112,7 @@
"web" : "https://github.com/tokuhirom/Minilla"
}
},
"version" : "v3.1.21",
"version" : "v3.1.22",
"x_contributors" : [
"Alex Kapranoff <alex@kapranoff.ru>",
"Alex Kapranoff <kappa@yandex.ru>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Minilla.pm
Expand Up @@ -2,7 +2,7 @@ package Minilla;
use strict;
use warnings;
use 5.010001;
use version; our $VERSION = version->declare("v3.1.21");
use version; our $VERSION = version->declare("v3.1.22");

our $DEBUG;
our $AUTO_INSTALL;
Expand Down

0 comments on commit e5a0a89

Please sign in to comment.