Imported Upstream version 2.6.0p2
[debian/amanda] / perl / Amanda / Logfile.pm
index 8f03f2472c9298ef7c93f73bcf29464117f76b05..4bec9e9c52465eaa9efc958c79ba9b06b322ad41 100644 (file)
@@ -7,6 +7,7 @@ package Amanda::Logfile;
 require Exporter;
 require DynaLoader;
 @ISA = qw(Exporter DynaLoader);
+require Amanda::Cmdline;
 package Amanda::Logfilec;
 bootstrap Amanda::Logfile;
 package Amanda::Logfile;
@@ -55,6 +56,7 @@ package Amanda::Logfile;
 *find_log = *Amanda::Logfilec::find_log;
 *search_logfile = *Amanda::Logfilec::search_logfile;
 *dumps_match = *Amanda::Logfilec::dumps_match;
+*dumps_match_dumpspecs = *Amanda::Logfilec::dumps_match_dumpspecs;
 
 ############# Class : Amanda::Logfile::find_result_t ##############
 
@@ -249,7 +251,8 @@ Functions in this section extract information from logfiles.
 =item C<find_log()>
 
 Return a list of logfiles for active tapes.  The tapelist must be loaded before
-this function is called (see L<Amanda::Tapelist>).
+this function is called (see L<Amanda::Tapefile>, and note that this module will be
+renamed to L<Amanda::Tapelist> in Amanda-2.6.1).
 
 =item C<search_logfile($label, $datestamp, $logfile, $add_missing_disks)>
 
@@ -266,6 +269,8 @@ C<$level> is given as a string, since it is a match expression.
 
 All of these functions can be imported by name.
 
+=back
+
 =cut
 
 push @EXPORT_OK, qw(open_logfile get_logline close_logfile);