File tree 8 files changed +9
-7
lines changed
8 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension PGXN::Site
2
2
3
+ 0.23.6
4
+
3
5
0.23.6 2024-02-20T20:56:52Z
4
6
- Tweaked the indentation of list items in the documentation "Contents"
5
7
nav box to align with the text above.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.10.0;
4
4
use utf8;
5
5
use strict;
6
6
use warnings;
7
- our $VERSION = v0.23.6 ;
7
+ our $VERSION = v0.23.7 ;
8
8
9
9
sub version_string {
10
10
sprintf ' v%vd' , $VERSION ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use Encode;
13
13
use WWW::PGXN;
14
14
use List::MoreUtils qw( any) ;
15
15
use namespace::autoclean;
16
- our $VERSION = v0.23.6 ;
16
+ our $VERSION = v0.23.7 ;
17
17
18
18
Template::Declare-> init( dispatch_to => [' PGXN::Site::Templates' ] );
19
19
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use parent 'Locale::Maketext';
8
8
use I18N::LangTags::Detect;
9
9
use File::Spec;
10
10
use Carp;
11
- our $VERSION = v0.23.6 ;
11
+ our $VERSION = v0.23.7 ;
12
12
13
13
# Allow unknown phrases to just pass-through.
14
14
our %Lexicon = (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use utf8;
5
5
use strict;
6
6
use warnings;
7
7
use parent ' PGXN::Site::Locale' ;
8
- our $VERSION = v0.23.6 ;
8
+ our $VERSION = v0.23.7 ;
9
9
10
10
our %Lexicon = (
11
11
);
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use utf8;
5
5
use strict;
6
6
use warnings;
7
7
use parent ' PGXN::Site::Locale' ;
8
- our $VERSION = v0.23.6 ;
8
+ our $VERSION = v0.23.7 ;
9
9
10
10
our %Lexicon = (
11
11
listcomma => ' ,' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use PGXN::Site::Controller;
8
8
use Router::Resource;
9
9
use Plack::Builder;
10
10
use Plack::App::File;
11
- our $VERSION = v0.23.6 ;
11
+ our $VERSION = v0.23.7 ;
12
12
13
13
sub app {
14
14
my $class = shift ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use File::Basename qw(basename);
16
16
use SemVer;
17
17
use Gravatar::URL;
18
18
# use namespace::autoclean; # Do not use; breaks sort {}
19
- our $VERSION = v0.23.6 ;
19
+ our $VERSION = v0.23.7 ;
20
20
21
21
my $l = PGXN::Site::Locale-> get_handle(' en' );
22
22
sub T { $l -> maketext(@_ ) }
You can’t perform that action at this time.
0 commit comments