X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FLogfile.pm;h=4bec9e9c52465eaa9efc958c79ba9b06b322ad41;hb=fb2bd066c2f8b34addafe48d62550e3033a59431;hp=8f03f2472c9298ef7c93f73bcf29464117f76b05;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/perl/Amanda/Logfile.pm b/perl/Amanda/Logfile.pm index 8f03f24..4bec9e9 100644 --- a/perl/Amanda/Logfile.pm +++ b/perl/Amanda/Logfile.pm @@ -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 Return a list of logfiles for active tapes. The tapelist must be loaded before -this function is called (see L). +this function is called (see L, and note that this module will be +renamed to L in Amanda-2.6.1). =item C @@ -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);