Blame t/data/multiline

Packit 745a47
# Only a module 'overload' should be reported from the file
Packit 745a47
use overload
Packit 745a47
    '+' => \&myadd,
Packit 745a47
    '-' => \&mysub;
Packit 745a47
Packit 745a47
# 'these' should not be found as requirement
Packit 745a47
my $lwp_note = "   Sa-update will use curl, wget or fetch to download updates.  
Packit 745a47
   Because LWP does not support IPv6, sa-update as of 3.4.0 will 
Packit 745a47
   use these standard programs to download rule updates leaving LWP 
Packit 745a47
   as a fallback if none of the programs are found.
Packit 745a47
Packit 745a47
   *IMPORTANT NOTE*: You only need one of these programs.";
Packit 745a47
Packit 745a47
Packit 745a47
use At::The::End