summaryrefslogtreecommitdiffstats
path: root/lib/Parse/Keyword.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Parse/Keyword.pm')
-rw-r--r--lib/Parse/Keyword.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm
index 1c270de..7047482 100644
--- a/lib/Parse/Keyword.pm
+++ b/lib/Parse/Keyword.pm
@@ -15,6 +15,8 @@ XSLoader::load(
=head1 SYNOPSIS
use Parse::Keyword { try => \&try_parser };
+ use Exporter 'import';
+ our @EXPORT = 'try';
sub try {
my ($try, $catch) = @_;