Skip to content

Commit

Permalink
Removed clone prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed Aug 7, 2024
1 parent 235e58e commit d34f78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build distribution
runs-on: ubuntu-20.04
container:
image: perldocker/perl-tester:5.38
image: perldocker/perl-tester:5.30
steps:

- name: Checkout docker/package
Expand Down
2 changes: 1 addition & 1 deletion lib/e.pm
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ sub import {
},

# Storable's deep clone.
clone => sub : prototype($) {
clone => sub {
if ( !$imported{$caller}{"Storable"}++ ) {
require Storable;
}
Expand Down

0 comments on commit d34f78f

Please sign in to comment.