Skip to content

Commit

Permalink
Merge pull request #755 from gugod/tidy
Browse files Browse the repository at this point in the history
Tidy up
  • Loading branch information
gugod committed Aug 2, 2022
2 parents 67d3793 + 86d782f commit bef20db
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 769 deletions.
6 changes: 6 additions & 0 deletions .perltidyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--maximum-line-length=120
--indent-columns=4
--continuation-indentation=4
--square-bracket-tightness=2
--tight-secret-operators
--maximum-consecutive-blank-lines=1
4 changes: 2 additions & 2 deletions lib/App/Perlbrew/Path/Root.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use warnings;

package App::Perlbrew::Path::Root;

require App::Perlbrew::Path;
require App::Perlbrew::Path::Installations;
use App::Perlbrew::Path ();
use App::Perlbrew::Path::Installations ();

our @ISA = qw( App::Perlbrew::Path );

Expand Down

0 comments on commit bef20db

Please sign in to comment.