This is the revision history for exporting in <freenode.net:#perlbot>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
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> |