Skip to content

Commit

Permalink
removed folder Mardem-RefactoringPerlCriticPolicies and moved content…
Browse files Browse the repository at this point in the history
… in main folder
  • Loading branch information
mardem1 committed May 10, 2022
1 parent 850cbfa commit 46d1127
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion _dev/run-20-perl-compile.pl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sub run_compile_test
sub main
{
# set include path for test
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../Mardem-RefactoringPerlCriticPolicies/lib' );
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../lib' );

my @all_files = get_all_files();

Expand Down
2 changes: 1 addition & 1 deletion _dev/run-40-prove.pl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub main
{

# set include path for test
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../Mardem-RefactoringPerlCriticPolicies/lib' );
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../lib' );

my @test_files = get_only_test_files();

Expand Down
2 changes: 1 addition & 1 deletion _dev/run-50-perl-visible-test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub run_test_visible
sub main
{
# set include path for test
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../Mardem-RefactoringPerlCriticPolicies/lib' );
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../lib' );

my @test_files = get_only_test_files();

Expand Down
2 changes: 1 addition & 1 deletion _dev/run-60-perl-critic.pl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub run_perl_critic
sub main
{
# set include path for test
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../Mardem-RefactoringPerlCriticPolicies/lib' );
local $ENV{ 'PERL5LIB' } = abs_path( $THISDIR . '/../lib' );

my @all_files = get_all_files();

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46d1127

Please sign in to comment.