Created
January 23, 2016 21:08
-
-
Save exodist/fd973fb634118590008a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eval <<" EOT" || die $@; | |
| # If the caller has redefine warnings enabled then we want to warn them if | |
| # their import redefines things. | |
| BEGIN { \${^WARNING_BITS} = \$caller->[9] if defined \$caller->[9] }; | |
| #line $caller->[2] "$caller->[1]" | |
| (*{"$into\\::\$_"} = \$final{\$_}, push \@{\$Importer::IMPORTED{\$into}} => \$_) for keys %final; | |
| 1; | |
| EOT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment