Bump version and update Changes master 0.001002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Feb 2016 18:47:03 +0000 (18:47 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Feb 2016 18:47:03 +0000 (18:47 +0000)
Changes
README
lib/App/XMMS2/Notifier.pm
xmms2-notifier

diff --git a/Changes b/Changes
index 09befbbd27eeb8e1e84c866aba6c4d6500916d77..1a2e301a12a476f4b34f0331e5b296f8b1bcbd75 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension App::XMMS2::Notifier.
 
 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)
 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 82063f02d83bab163f85ea6a8134dae769c48ae1..3c2db44f2b88a2b71bee533b45d7b2c6c30eb078 100644 (file)
--- 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.
 
 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
 
 
 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,
 
 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,
index 55a9653553a41e3700af0fd61cb8efe79c459df4..e68566ee205c522f13430ad0e1ec0c3e04e42e1c 100644 (file)
@@ -2,7 +2,7 @@ package App::XMMS2::Notifier;
 use 5.014000;
 use strict;
 use warnings;
 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';
 
 use Audio::XMMSClient 0.03;
 use Gtk2::Notify 0.05 -init,'xmms2-notifyd';
@@ -145,7 +145,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index a4812ae1e487bfdc2e062375983836ab69ad140d..92ffcd5df2c501350766426552f018cb725830c7 100755 (executable)
@@ -93,7 +93,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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
 
 
 =cut
-
This page took 0.013533 seconds and 4 git commands to generate.