Revision history for Perl extension App::XMMS2::Notifier.
+0.001002 2016-02-06T18:47+00:00
+ - Prevent crashes
+ - Add perlcritic tests and make perlcritic happy
+ - Clean up code
+ - Fix experimental warnings
+
0.001001 2014-03-10T01:15+02:00
- Update Changes to CPAN::Changes::Spec format
- Use a git repository (and mention it in Makefile.PL, too)
-App-XMMS2-Notifier version 0.001
-===============================
+App-XMMS2-Notifier version 0.001002
+===================================
xmms2-notifier is a script which shows libnotify notifications when
the song is changed and when the playback is started/resumed.
COPYRIGHT AND LICENCE
-Put the correct copyright and licence information here.
-
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2016 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
use 5.014000;
use strict;
use warnings;
-our $VERSION = 0.001001;
+our $VERSION = 0.001002;
use Audio::XMMSClient 0.03;
use Gtk2::Notify 0.05 -init,'xmms2-notifyd';
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2016 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2016 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
=cut
-