This is the revision history for exporting in <*:##NULL>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
11747 | exporting | is | [fact exporter] Not Available |
pink_mist | |
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 | |
8385 | exporting | is | package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux); | aerdan |