summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-08-18 17:14:43 -0500
committerJesse Luehrs <doy@tozt.net>2012-08-18 17:14:43 -0500
commitb49d8ea28d634ee30d2836bff8e8f226836b43a1 (patch)
tree839898f6d133694ef3b0affe0a4f98911a935d97
parent93dd811c1233c3e9d28d92a56166436a81c3e854 (diff)
downloadtry-b49d8ea28d634ee30d2836bff8e8f226836b43a1.tar.gz
try-b49d8ea28d634ee30d2836bff8e8f226836b43a1.zip
also add to EXPORT_OK
-rw-r--r--lib/Try.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Try.pm b/lib/Try.pm
index d85d497..983f196 100644
--- a/lib/Try.pm
+++ b/lib/Try.pm
@@ -12,7 +12,7 @@ XSLoader::load(
);
use Exporter 'import';
-our @EXPORT = ('try');
+our @EXPORT = our @EXPORT_OK = ('try');
use Try::Tiny ();