#!/usr/bin/env perl

use warnings;
use strict;
use lib "../../lib";

# add "our $VERSION = '1.34';" to lib/Log/Report.pm

#use Log::Report 1.34;                        # should call import
#use Log::Report 1.35;                        # borks
use Log::Report 1.35  mode => 'VERBOSE';     # does (did) not bork
