From 9399d920cdc7d5a23eea029d88d6a857978e68b0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 6 Feb 2016 18:47:03 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ README | 8 +++----- lib/App/XMMS2/Notifier.pm | 4 ++-- xmms2-notifier | 3 +-- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 09befbb..1a2e301 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ 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) diff --git a/README b/README index 82063f0..3c2db44 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -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. @@ -22,9 +22,7 @@ This module requires these other modules and libraries: 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, diff --git a/lib/App/XMMS2/Notifier.pm b/lib/App/XMMS2/Notifier.pm index 55a9653..e68566e 100644 --- a/lib/App/XMMS2/Notifier.pm +++ b/lib/App/XMMS2/Notifier.pm @@ -2,7 +2,7 @@ package App::XMMS2::Notifier; 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'; @@ -145,7 +145,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, diff --git a/xmms2-notifier b/xmms2-notifier index a4812ae..92ffcd5 100755 --- a/xmms2-notifier +++ b/xmms2-notifier @@ -93,7 +93,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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, @@ -101,4 +101,3 @@ at your option, any later version of Perl 5 you may have available. =cut - -- 2.30.2