prepare to upload
[debian/amanda] / perl / Amanda / Tests.pm
index 0d7566f956278d603da17b42dbe03d491dd74f24..1a4c68c830cf27ffd9706a16e1287964bae6cbcc 100644 (file)
@@ -1,17 +1,16 @@
 # This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.35
+# Version 1.3.39
 #
-# Don't modify this file, modify the SWIG interface instead.
+# Do not make changes to this file unless you know what you are doing--modify
+# the SWIG interface file instead.
 
 package Amanda::Tests;
-require Exporter;
-require DynaLoader;
-@ISA = qw(Exporter DynaLoader);
-require Amanda::Types;
+use base qw(Exporter);
+use base qw(DynaLoader);
 package Amanda::Testsc;
 bootstrap Amanda::Tests;
 package Amanda::Tests;
-@EXPORT = qw( );
+@EXPORT = qw();
 
 # ---------- BASE METHODS -------------
 
@@ -69,6 +68,7 @@ package Amanda::Tests;
 *sizeof_size_t = *Amanda::Testsc::sizeof_size_t;
 *write_random_file = *Amanda::Testsc::write_random_file;
 *verify_random_file = *Amanda::Testsc::verify_random_file;
+*try_threads = *Amanda::Testsc::try_threads;
 
 # ------- VARIABLE STUBS --------
 
@@ -78,14 +78,18 @@ package Amanda::Tests;
 @EXPORT_OK = ();
 %EXPORT_TAGS = ();
 
+
 =head1 NAME
 
 Amanda::Tests -- test functions for installchecks
 
 =head1 SYNOPSIS
 
-This module exists only to provide functions for installcheck scripts to call,
-mostly to test that various C-Perl interface techniques are working.
+This module exists only to provide functions for installcheck scripts
+to call, mostly to test that various C-Perl interface techniques are
+working.
 
 =cut
+
+
 1;