X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=application-src%2Famzfs-snapshot.pl;h=676e60e57b4ad9858cb95dad4db7d1f49153aead;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=3872dd49ab50e57123d18229d8a8cf3fc1610bbf;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;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;