Skip to content

Commit

Permalink
Update perltidy to 20201202
Browse files Browse the repository at this point in the history
It seems the update so far was not found to be necessary due to still
relying on an old Leap 15.1 container image which we stopped building.
With the switch to Leap 15.2 base we need to use the updated version
accordingly.

Related progress issue: https://progress.opensuse.org/issues/80962
  • Loading branch information
okurz committed Dec 10, 2020
1 parent 13c6086 commit a07a1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ on 'test' => sub {
on 'devel' => sub {
requires 'Devel::Cover';
requires 'Devel::Cover::Report::Codecov';
requires 'Perl::Tidy', '== 20201001';
requires 'Perl::Tidy', '== 20201202';

};

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ devel_requires:
'%test_requires':
perl(Devel::Cover):
perl(Devel::Cover::Report::Codecov):
perl(Perl::Tidy): '== 20201001'
perl(Perl::Tidy): '== 20201202'

docker_requires:
pkgconfig(opencv):
Expand Down

0 comments on commit a07a1cb

Please sign in to comment.