Skip to content

Commit 7121307

Browse files
switch to the more-maintained builtin::compat
1 parent aeb02aa commit 7121307

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requires "perl" => "v5.34";
22

3-
requires "builtin::Backport" => "0";
3+
requires "builtin::compat" => "0.003003";
44
requires "stable" => "0.031";
55
requires "Compress::Raw::Zlib" => "2.070";
66
requires "IO::Compress::Zip" => "0";

lib/Archive/SCS/Directory.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ use Object::Pad 0.73 ':experimental(adjust_params)';
55
class Archive::SCS::Directory 1.08
66
:isa( Archive::SCS::Mountable );
77

8-
use builtin 'reftype';
8+
use builtin::compat 'reftype';
99
use stable 0.031 'isa';
10-
no warnings 'experimental::builtin';
1110

1211
use Archive::SCS::CityHash 'cityhash64';
1312
use Archive::SCS::DirIndex;

lib/Archive/SCS/GameDir.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ use Object::Pad 0.73;
44

55
class Archive::SCS::GameDir 1.08;
66

7-
use builtin 'trim';
8-
no warnings 'experimental::builtin';
7+
use builtin::compat 'trim';
98

109
use Archive::SCS;
1110
use Carp 'croak';

lib/Archive/SCS/Zip.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ use Object::Pad 0.73;
55
class Archive::SCS::Zip 1.08
66
:isa( Archive::SCS::Mountable );
77

8-
use builtin qw( blessed true );
8+
use builtin::compat qw( blessed true );
99
use stable 0.031 'isa';
10-
no warnings 'experimental::builtin';
1110

1211
use Archive::SCS::CityHash 'cityhash64';
1312
use Archive::SCS::DirIndex;

0 commit comments

Comments
 (0)