Skip to content

Commit 519a705

Browse files
atoomictoddr
authored andcommitted
move savecv to special & remove Dummy_BootStrap
1 parent dbe4ee3 commit 519a705

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

lib/B/C.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5207,11 +5207,6 @@ sub save_object {
52075207
}
52085208
}
52095209

5210-
sub Dummy_BootStrap { }
5211-
5212-
#ignore nullified cv
5213-
sub B::SPECIAL::savecv { }
5214-
52155210
sub B::GV::savecv {
52165211
my $gv = shift;
52175212
my $package = $gv->STASH->NAME;

lib/B/C/Save/SPECIAL.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ sub save {
1313
return $sym;
1414
}
1515

16+
#ignore nullified cv
17+
sub savecv { }
18+
1619
1;

0 commit comments

Comments
 (0)