diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Irssi.pm b/docs/Irssi.pm index 2c93256..11837d4 100644 --- a/docs/Irssi.pm +++ b/docs/Irssi.pm @@ -71,6 +71,16 @@ additional pages. =back + +=head1 EXPORTS + +Nothing by default, but passing a list of function names when C<use>ing the module +will import them into the current namespace. + +For example: + + use Irssi qw/signal_emit signal_add .../; + =head1 METHODS =head2 Accessors |