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 ab55dcf commit fba9ae9Copy full SHA for fba9ae9
2 files changed
lib/File/LibMagic.pm
@@ -12,7 +12,7 @@ use List::Util qw( max );
12
use Scalar::Util qw( reftype );
13
use XSLoader;
14
15
-our $VERSION = '1.23';
+our $VERSION = '1.24';
16
17
XSLoader::load( __PACKAGE__, $VERSION );
18
lib/File/LibMagic/Constants.pm
@@ -7,7 +7,7 @@ use warnings;
7
8
use Exporter qw( import );
9
10
11
sub constants {
return qw(
0 commit comments