X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=perl%2FAmanda%2FLogfile.pm;h=4bec9e9c52465eaa9efc958c79ba9b06b322ad41;hb=fb2bd066c2f8b34addafe48d62550e3033a59431;hp=ebea270aaf48d7a556479ec0538743774e97cf24;hpb=a6127998ee6dcab6bb034f6ca985b07804a86f9a;p=debian%2Famanda diff --git a/perl/Amanda/Logfile.pm b/perl/Amanda/Logfile.pm index ebea270..4bec9e9 100644 --- a/perl/Amanda/Logfile.pm +++ b/perl/Amanda/Logfile.pm @@ -251,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 @@ -268,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);