Skip to content

Commit

Permalink
must import 'blessed' when using it.
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Aug 21, 2014
1 parent 9020754 commit f60f6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/znapzendzetup
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use lib "$FindBin::Bin/../thirdparty/lib/perl5";
use Getopt::Long qw(:config posix_default no_ignore_case);
use Pod::Usage;
use File::Temp qw(tempfile);

use Scalar::Util qw(blessed);
use Mojo::Base -strict;
use ZnapZend::Config;

Expand Down
1 change: 1 addition & 0 deletions lib/ZnapZend.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use ZnapZend::Config;
use ZnapZend::ZFS;
use ZnapZend::Time;
use POSIX qw(setsid SIGTERM);
use Scalar::Util qw(blessed);
use Sys::Syslog;
use File::Basename;

Expand Down
2 changes: 1 addition & 1 deletion man/znapzendzetup.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZETUP 1"
.TH ZNAPZENDZETUP 1 "2014-08-19" "0.12.2" "znapzend"
.TH ZNAPZENDZETUP 1 "2014-08-21" "0.12.2" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down

0 comments on commit f60f6c3

Please sign in to comment.