2 use ExtUtils::MakeMaker;
4 my $packed_nr = "\x00\x00\x00\x00\x00\xBC\x61\x4E";
5 my $unpacked_nr = eval { unpack 'Q>', $packed_nr };
6 $unpacked_nr == 12345678 || die "Failed to unpack quad, this Perl does not support 64-bit integers. Bailing out. Error '$!'\n";
10 VERSION_FROM => 'lib/Slob.pm',
11 ABSTRACT_FROM => 'lib/Slob.pm',
12 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
13 MIN_PERL_VERSION => '5.14.0',
17 qw/Compress::Raw::Bzip2 0
19 Compress::Raw::Zlib 0/,
24 repository => 'https://git.ieval.ro/?p=slob.git',