We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780c7c1 commit 1e81450Copy full SHA for 1e81450
lib/Archive/SCS/HashFS2.pm
@@ -112,6 +112,8 @@ method mount () {
112
my $size = (my $is_data_part = $kind & 0x80) ? 16
113
: $kind == 1 ? 8
114
: $kind == 2 ? 4
115
+ : $kind == 5 ? 32 # seen with .pma files on 1.55+
116
+ : $kind == 6 ? 8 # seen with .pmg files on 1.55+
117
: 0 or warnings::warnif io =>
118
sprintf "Encountered index 2 part with unknown kind %02x", $kind;
119
0 commit comments