Skip to content

Commit

Permalink
fix(pacup-srcinfo): reduce overhead usage (#29)
Browse files Browse the repository at this point in the history
* fix(pacup-srcinfo): reduce overhead usage

* fix tab

* bump

---------

Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Jan 12, 2025
1 parent 9f8f95e commit 47e6be8
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 235 deletions.
4 changes: 2 additions & 2 deletions pacup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main;
use strict;
use warnings qw(all -experimental::signatures);
use feature qw(say signatures);
our $VERSION = '3.3.7';
our $VERSION = '3.3.8';

#use Data::Dumper;
use open ':std', ':encoding(UTF-8)';
Expand Down Expand Up @@ -686,7 +686,7 @@ Vigress - <[email protected]>
=head1 VERSION
Pacup (Perl edition) v3.3.7
Pacup (Perl edition) v3.3.8
=cut
Expand Down
Loading

0 comments on commit 47e6be8

Please sign in to comment.