This is the revision history for exporter in <freenode.net:##perl>

factoid_idsubjectcopulapredicateauthornamespace
11745 exporter is Exporter - make subroutines (or other symbols) available in "use"ing modules: package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux); pink_mist <*:##NULL>