Skip to content

Commit

Permalink
More crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 17, 2024
1 parent abec829 commit 1ff9135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with: { perl-version: "${{ matrix.perl }}" }
- name: Install Dependencies
run: cpanm -vn Module::Build && cpanm -vn --installdeps --with-recommends --with-develop .
- run: cpanm -vn Data::Dump
- run: prove -lv t/base.t
- run: prove -lv t/base.t t/dist.t
# - name: Run Tests
# run: perl Build.PL ./Build && ./Build test
2 changes: 1 addition & 1 deletion t/base.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ is_deeply $res, {
}, 'Should have "not found" response';

my $f = catfile qw(t mirror index.json);
open my $fh, '<:raw', $f or die "Cannot open $f: $!\n";
open my $fh, '<:raw:crlf', $f or die "Cannot open $f: $!\n";
my $json = do {
local $/;
<$fh>;
Expand Down

0 comments on commit 1ff9135

Please sign in to comment.