perl -e 'use strict; my %foo = (Bar::Baz => "qux")'
####
Bareword "Bar::Baz" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.
####
use strict;
use Attribute::Handlers autotie => { __CALLER__::Attribute => __PACKAGE__ };