Skip to content

Commit

Permalink
correct perltidy misformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Oct 31, 2021
1 parent c9ac201 commit 4ac8368
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions lib/MetaCPAN/Role/Script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ with( 'MetaCPAN::Role::HasConfig', 'MetaCPAN::Role::Fastly',
'MetaCPAN::Role::Logger' );

has cpan => (
is => 'ro',
isa => Path,
lazy => 1,
builder => '_build_cpan',
coerce => 1,
is => 'ro',
isa => Path,
lazy => 1,
builder => '_build_cpan',
coerce => 1,
documentation =>
'Location of a local CPAN mirror, looks for $ENV{MINICPAN} and ~/CPAN',
);
Expand Down Expand Up @@ -87,10 +87,10 @@ has model => (
);

has index => (
reader => '_index',
is => 'ro',
isa => Str,
default => 'cpan',
reader => '_index',
is => 'ro',
isa => Str,
default => 'cpan',
documentation =>
'Index to use, defaults to "cpan" (when used: also export ES_SCRIPT_INDEX)',
);
Expand Down
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Mapping.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package MetaCPAN::Script::Mapping;

use Moose;

use Cpanel::JSON::XS qw( decode_json encode_json );
use Cpanel::JSON::XS qw( decode_json );
use DateTime ();
use Log::Contextual qw( :log );
use MetaCPAN::Script::Mapping::CPAN::Author ();
Expand Down

0 comments on commit 4ac8368

Please sign in to comment.