File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11requires " perl" => " v5.34" ;
22
3- requires " builtin::Backport " => " 0" ;
3+ requires " builtin::compat " => " 0.003003 " ;
44requires " stable" => " 0.031" ;
55requires " Compress::Raw::Zlib" => " 2.070" ;
66requires " IO::Compress::Zip" => " 0" ;
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ use Object::Pad 0.73 ':experimental(adjust_params)';
55class Archive::SCS::Directory 1.08
66 :isa( Archive::SCS::Mountable );
77
8- use builtin ' reftype' ;
8+ use builtin::compat ' reftype' ;
99use stable 0.031 ' isa' ;
10- no warnings ' experimental::builtin' ;
1110
1211use Archive::SCS::CityHash ' cityhash64' ;
1312use Archive::SCS::DirIndex;
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ use Object::Pad 0.73;
44
55class Archive::SCS::GameDir 1.08;
66
7- use builtin ' trim' ;
8- no warnings ' experimental::builtin' ;
7+ use builtin::compat ' trim' ;
98
109use Archive::SCS;
1110use Carp ' croak' ;
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ use Object::Pad 0.73;
55class Archive::SCS::Zip 1.08
66 :isa( Archive::SCS::Mountable );
77
8- use builtin qw( blessed true ) ;
8+ use builtin::compat qw( blessed true ) ;
99use stable 0.031 ' isa' ;
10- no warnings ' experimental::builtin' ;
1110
1211use Archive::SCS::CityHash ' cityhash64' ;
1312use Archive::SCS::DirIndex;
You can’t perform that action at this time.
0 commit comments