% perl -Mstrict -MFoo -we'$Foo::bar = 1' Name "Foo::bar" used only once: possible typo at -e line 1. #### our @EXPORT = qw( foo bar baz qux quux ); #### our @EXPORT = qw( foo bar baz qux quux corge grault # not sure we want to export these by default because the name is rather common, # but let's do it anyways for now thud jet );