This is the revision history for exporting in <matrix.org:#DYJOMClZbVOMHnzPQt:matrix.org>

factoid_idsubjectcopulapredicateauthornamespace
11747 exporting is [fact exporter]
Not Available
pink_mist <*:##NULL>
8386 exporting is package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux); | or just use Sub::Exporter apeiron <*:##NULL>
8385 exporting is package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux); aerdan <*:##NULL>