Skip to content

Instantly share code, notes, and snippets.

@xaicron
Created January 1, 2011 14:44
Show Gist options
  • Save xaicron/761790 to your computer and use it in GitHub Desktop.
Save xaicron/761790 to your computer and use it in GitHub Desktop.
package LogOreno;
use strict;
use warnings;
use Log::Minimal;
use parent qw(LogOreno2);
sub import {
my $class = shift;
Log::Minimal->export_to_level(1, @_);
}
$Log::Minimal::AUTODUMP = 1;
# etc etc ...
"kazeburo++";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment