You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require Foo; will often be there for a good reason. Add an option to preserve require statements so that they don't all get rewritten on a first pass with perlimports.
The text was updated successfully, but these errors were encountered:
require Foo;
will often be there for a good reason. Add an option to preserverequire
statements so that they don't all get rewritten on a first pass withperlimports
.The text was updated successfully, but these errors were encountered: