Skip to content

Commit 1c8651d

Browse files
committed
Uncomment code in MetaCPAN::Script::Permissions.
1 parent 6a0659d commit 1c8651d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/MetaCPAN/Document/Permissions.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use warnings;
55

66
use Moose;
77
use ElasticSearchX::Model::Document;
8-
use MetaCPAN::Util;
98
use MooseX::StrictConstructor;
109

1110
has name => (

lib/MetaCPAN/Script/Permissions.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ with 'MooseX::Getopt', 'MetaCPAN::Role::Common';
99
use Log::Contextual qw( :log );
1010
use PAUSE::Permissions;
1111

12-
#use MetaCPAN::Document::Permissions;
12+
use MetaCPAN::Document::Permissions;
1313

1414
=head1 SYNOPSIS
1515
@@ -44,7 +44,7 @@ sub index_permissions {
4444
log_info {'done'};
4545
}
4646

47-
#__PACKAGE__->meta->make_immutable;
47+
__PACKAGE__->meta->make_immutable;
4848
1;
4949

5050
=pod

0 commit comments

Comments
 (0)