Imported Upstream version 3.2.0
[debian/amanda] / application-src / amzfs-snapshot.pl
index 3872dd49ab50e57123d18229d8a8cf3fc1610bbf..676e60e57b4ad9858cb95dad4db7d1f49153aead 100644 (file)
@@ -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;