Skip to content

Commit

Permalink
Remove Inline::Perl5::Package role, obsoleted by Inline::Perl5::ClassHOW
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Jun 9, 2018
1 parent dca984f commit 9d79205
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -17,7 +17,6 @@ lib/Inline/Perl5/Extension.pm6
lib/Inline/Perl5/Hash.pm6
lib/Inline/Perl5/Interpreter.pm6
lib/Inline/Perl5/Object.pm6
lib/Inline/Perl5/Package.pm6
lib/Inline/Perl5/Parent.pm6
lib/Inline/Perl5.pm6
LICENSE
Expand Down
1 change: 0 additions & 1 deletion META6.json
Expand Up @@ -18,7 +18,6 @@
"Inline::Perl5::Hash": "lib/Inline/Perl5/Hash.pm6",
"Inline::Perl5::Interpreter": "lib/Inline/Perl5/Interpreter.pm6",
"Inline::Perl5::Object": "lib/Inline/Perl5/Object.pm6",
"Inline::Perl5::Package": "lib/Inline/Perl5/Package.pm6",
"Inline::Perl5::Parent": "lib/Inline/Perl5/Parent.pm6",
"Inline::Language::ObjectKeeper": "lib/Inline/Language/ObjectKeeper.pm6"
},
Expand Down
4 changes: 0 additions & 4 deletions lib/Inline/Perl5.pm6
Expand Up @@ -10,7 +10,6 @@ use Inline::Perl5::ClassHOW;
use Inline::Perl5::Extension;
use Inline::Perl5::Hash;
use Inline::Perl5::Object;
use Inline::Perl5::Package;
use Inline::Perl5::Parent;
use Inline::Perl5::Callable;

Expand Down Expand Up @@ -66,9 +65,6 @@ multi method p6_to_p5(Inline::Perl5::Object $value) returns Pointer {
$!p5.p5_sv_refcnt_inc($value.ptr);
$value.ptr;
}
multi method p6_to_p5(Inline::Perl5::Package $value) returns Pointer {
self.p6_to_p5($value.unwrap-perl5-object());
}
multi method p6_to_p5(Inline::Perl5::Parent $value) returns Pointer {
self.p6_to_p5($value.unwrap-perl5-object());
}
Expand Down
45 changes: 0 additions & 45 deletions lib/Inline/Perl5/Package.pm6

This file was deleted.

0 comments on commit 9d79205

Please sign in to comment.