File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension PGXN::API
22
3+ 0.20.3
4+
350.20.2 2024-03-14T23:04:19Z
46 - Fixed symlinks extracted from Zip files and permission errors when
57 re-indexing distributions.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use File::Spec::Functions qw(catfile catdir);
77use URI::Template;
88use JSON;
99use namespace::autoclean;
10- our $VERSION = v0.20.2 ;
10+ our $VERSION = v0.20.3 ;
1111
1212=head1 Name
1313
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ use Lucy::Index::Indexer;
2121use Try::Tiny;
2222use Archive::Zip qw( AZ_OK) ;
2323use namespace::autoclean;
24- our $VERSION = v0.20.2 ;
24+ our $VERSION = v0.20.3 ;
2525
2626has verbose => (is => ' rw' , isa => ' Int' , default => 0);
2727has _index_it => (is => ' rw' , isa => ' Bool' , default => 1);
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use Plack::Request;
1313use Encode;
1414use File::Spec::Functions qw( catdir) ;
1515use namespace::autoclean;
16- our $VERSION = v0.20.2 ;
16+ our $VERSION = v0.20.3 ;
1717
1818sub app {
1919 my ($class , %params ) = @_ ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use Archive::Zip qw(:ERROR_CODES);
1414use constant WIN32 => $^O eq ' MSWin32' ;
1515use Moose::Util::TypeConstraints;
1616use namespace::autoclean;
17- our $VERSION = v0.20.2 ;
17+ our $VERSION = v0.20.3 ;
1818
1919subtype Executable => as ' Str' , where {
2020 my $exe = $_ ;
You can’t perform that action at this time.
0 commit comments