xsawyerx / ref-util-rewriter

Rewrite your code to use Ref::Util
Other
1 stars 2 forks source link

[::Rewriter] use "our" for @EXPORT_OK #3

Closed mfontani closed 8 years ago

mfontani commented 8 years ago

fixes the SYNOPSIS example:

➤ perl -lE'use Ref::Util::Rewriter qw<rewrite_file>'
"rewrite_file" is not exported by the Ref::Util::Rewriter module
Can't continue after import errors at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
xsawyerx commented 8 years ago

How the heck was this my?!

Thanks for the PR!

xsawyerx commented 8 years ago

Thanks!