Skip to content

Instantly share code, notes, and snippets.

@exodist
Created May 3, 2015 23:16
Show Gist options
  • Save exodist/7cb41a43c6b056cf526d to your computer and use it in GitHub Desktop.
Save exodist/7cb41a43c6b056cf526d to your computer and use it in GitHub Desktop.
unshift @INC => sub {
my ($us, $file) = @_;
return unless $REDIRECT{$file};
my $rewrite = $file;
$rewrite =~ s/\.pm$/_stream.pm/;
require $rewrite;
$INC{$file} = $INC{$rewrite};
return \";1;";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment