projects
/
slony-i
/
slony_failover
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3dc78
)
Mark experimental smartmach feature as enabled to suppress warnings in perl 5.18+.
master
author
glyn
<glyn@8kb.co.uk>
Thu, 6 Aug 2015 12:10:51 +0000
(13:10 +0100)
committer
glyn
<glyn@8kb.co.uk>
Thu, 6 Aug 2015 12:10:51 +0000
(13:10 +0100)
This doesn't mitigate the fact that smartmatch is now considered experimental,
but use of smartmatch in this script is fairly trivial.
slony_failover.pl
patch
|
blob
|
history
diff --git
a/slony_failover.pl
b/slony_failover.pl
index
e89bc78
..
298efe3
100755
(executable)
--- a/
slony_failover.pl
+++ b/
slony_failover.pl
@@
-23,6
+23,7
@@
use strict;
use warnings;
+use experimental 'smartmatch';
use DBI;
use Getopt::Long qw/GetOptions/;
use Data::UUID;