Skip to content

Commit

Permalink
perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 16, 2023
1 parent 8af5f94 commit c3addf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/App/perlvars.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use autodie;

our $VERSION = '0.000005';

use Path::Tiny qw( path );
use Path::Tiny qw( path );
use PPI::Document ();
use Test::Vars import => [qw( test_vars )];

Expand Down
2 changes: 1 addition & 1 deletion script/perlvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use v5.14;

use App::perlvars ();
use App::perlvars ();
use Getopt::Long::Descriptive qw( describe_options );

my ( $opt, $usage ) = describe_options(
Expand Down

0 comments on commit c3addf5

Please sign in to comment.