Skip to content

Commit b59432e

Browse files
committed
Remove unused _config_p attribute
1 parent 1e702da commit b59432e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Test/Class/Moose.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ has 'test_skip' => (
138138
clearer => 'test_skip_clear',
139139
);
140140

141-
has '_config_p' => (
142-
is => 'ro',
143-
isa => 'HashRef',
144-
);
145-
146141
sub import {
147142
shift;
148143
my %args = @_;

0 commit comments

Comments
 (0)