X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=application-src%2Famzfs-snapshot.pl;h=676e60e57b4ad9858cb95dad4db7d1f49153aead;hb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;hp=3872dd49ab50e57123d18229d8a8cf3fc1610bbf;hpb=d5853102f67d85d8e169f9dbe973ad573306c215;p=debian%2Famanda diff --git a/application-src/amzfs-snapshot.pl b/application-src/amzfs-snapshot.pl index 3872dd4..676e60e 100644 --- a/application-src/amzfs-snapshot.pl +++ b/application-src/amzfs-snapshot.pl @@ -1,5 +1,5 @@ #!@PERL@ -# Copyright (c) 2008,2009 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published @@ -26,6 +26,7 @@ # use lib '@amperldir@'; use strict; +use warnings; use Getopt::Long; package Amanda::Script::Amzfs_snapshot;