We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8a3cd commit 8d7de97Copy full SHA for 8d7de97
Changes
@@ -1,5 +1,8 @@
1
Revision history for Audio::Scan
2
3
+1.11 2025-09-12
4
+ - fix compatibility with Perl 5.42
5
+
6
1.10 2024-02-29
7
- ogg/flac: add support for ogf file format.
8
lib/Audio/Scan.pm
@@ -2,7 +2,7 @@ package Audio::Scan;
use strict;
-our $VERSION = '1.10';
+our $VERSION = '1.11';
require XSLoader;
XSLoader::load('Audio::Scan', $VERSION);
0 commit comments