Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Use Inline::Perl5 directly instead of copying more and more code
Inline::Perl6 now uses Perl 6's Inline::Perl5 for interop implementation. This gives instant feature parity.
- Loading branch information
Showing
6 changed files
with
71 additions
and
394 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| use v6; | ||
| use lib <lib>; | ||
| use Inline::Perl6Helper; | ||
| Inline::Perl6Helper.new; | ||
| use Inline::Perl5; | ||
| Inline::Perl5::init_inline_perl6_callback(@*ARGS[0]); |
This file contains 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
Oops, something went wrong.