Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 2c50e4a069850174af5f5c00b5c03c88 > files > 68

perl-Log-Log4perl-1.320.0-1.mga1.noarch.rpm

package L4pResurrectable;
use Log::Log4perl qw(:easy);
use vars qw($VERSION);

$VERSION = "0.01";

sub foo {
    ###l4p DEBUG "foo was here";
    ###l4p INFO  "bar was here";
}

1;