]> iEval git - app-musicexpo.git/blobdiff - lib/App/MusicExpo.pm
Bump version number
[app-musicexpo.git] / lib / App / MusicExpo.pm
index 9dc2d3d05229d79ecf4a051ab6662473b4ecaa9b..d6ce05e4d168b4f352e9f4d6cae48536ae62be43 100644 (file)
@@ -1,8 +1,10 @@
-package App::MusicExpo 0.002;
+package App::MusicExpo;
 use v5.14;
 use strict;
 use warnings;
 
+our $VERSION = 0.003;
+
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
 use Memoize qw/memoize/;
@@ -166,7 +168,10 @@ The default template looks like:
     |---------+---------+-----------------+---------+-------+------+------|
     | Cellule | Silence | L'autre endroit | Electro | 01/09 | 2005 | FLAC |
 
-where the title is a download link.
+where the type is a download link. If you have multiple files with the same
+basename (such as C<cellule.flac> and C<cellule.ogg>), they will be treated
+as two versions of the same file, so a row will be created with two download
+links, one for each format.
 
 =head1 OPTIONS
 
This page took 0.010202 seconds and 4 git commands to generate.