summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-04 18:04:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-10-04 18:04:37 +0200
commitf42ab244d21d25d6312d6c737a32603bc2a40ba2 (patch)
tree856d8b401d3be5cf9b39749a582ddc29816ce93e
parent58224421073119fe1fcdfd2c005712f22e7284fc (diff)
update copyright, readme, changelog and (a bit of) perltidy
-rw-r--r--Changelog1
-rw-r--r--README1
-rwxr-xr-xbin/raps26
-rw-r--r--lib/App/Raps2.pm2
-rw-r--r--lib/App/Raps2/Password.pm2
-rw-r--r--lib/App/Raps2/UI.pm2
6 files changed, 8 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index bdadfea..12593e7 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
git HEAD
* add dump-all command
+ * Fix smartmatch warnings on perl ≥ 5.18
App::Raps2 0.53 - Mon Jul 25 2011
diff --git a/README b/README
index 6e4d2db..0d5b111 100644
--- a/README
+++ b/README
@@ -7,6 +7,7 @@ Dependencies
------------
* perl version 5.10 or newer
+ * Config::Tiny
* Crypt::CBC
* Crypt::Eksblowfish
* File::BaseDir
diff --git a/bin/raps2 b/bin/raps2
index 48ae375..950c7d1 100755
--- a/bin/raps2
+++ b/bin/raps2
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-## Copyright © 2011 by Daniel Friesel <derf@finalrewind.org>
+## Copyright © 2011-2015 by Daniel Friesel <derf@finalrewind.org>
## License: WTFPL:
## 0. You just DO WHAT THE FUCK YOU WANT TO.
use strict;
use warnings;
use 5.010;
-no if $] >= 5.018, warnings => "experimental::smartmatch";
+no if $] >= 5.018, warnings => 'experimental::smartmatch';
use App::Raps2;
use File::BaseDir qw(data_files data_home);
@@ -502,7 +502,7 @@ three times. Two would be better.
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/App/Raps2.pm b/lib/App/Raps2.pm
index c5d4226..65825df 100644
--- a/lib/App/Raps2.pm
+++ b/lib/App/Raps2.pm
@@ -461,7 +461,7 @@ documentation may not be completely up-to-date.
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/App/Raps2/Password.pm b/lib/App/Raps2/Password.pm
index e604b10..e423ec1 100644
--- a/lib/App/Raps2/Password.pm
+++ b/lib/App/Raps2/Password.pm
@@ -223,7 +223,7 @@ Crypt::CBC(3pm), Crypt::Eksblowfish(3pm).
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/App/Raps2/UI.pm b/lib/App/Raps2/UI.pm
index 0b8f5fd..020d314 100644
--- a/lib/App/Raps2/UI.pm
+++ b/lib/App/Raps2/UI.pm
@@ -212,7 +212,7 @@ App::Raps2(3pm).
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE