docker run \
--platform linux/amd64 \
--rm -it \
--workdir /repo --volume "$PWD:/repo" \
--volume "$HOME/.pause:/root/.pause" \
--volume "$HOME/.gitconfig:/root/.gitconfig" \
perldocker/perl-tester:5.36 \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:20:54.310 TRACE config::config > consider config: /home/olaf/.wezterm.lua | |
| 14:20:54.310 TRACE config::config > consider config: /home/olaf/.config/wezterm/wezterm.lua | |
| 14:20:54.311 TRACE async_io::driver > block_on() | |
| 14:20:54.337 TRACE async_io::driver > block_on: completed | |
| 14:20:54.337 TRACE polling::epoll > add: epoll_fd=5, fd=7, ev=Event { key: 18446744073709551615, readable: false, writable: false } | |
| 14:20:54.337 TRACE polling::epoll > add: epoll_fd=5, fd=6, ev=Event { key: 18446744073709551615, readable: true, writable: false } | |
| 14:20:54.337 TRACE polling::epoll > new: epoll_fd=5, event_fd=6, timer_fd=Some(7) | |
| 14:20:54.337 TRACE async_io::driver > main_loop: waiting on I/O | |
| 14:20:54.337 TRACE async_io::reactor > process_timers: 0 ready wakers | |
| 14:20:54.337 TRACE polling > Poller::wait(_, None) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| log_unknown_escape_sequences: false, | |
| integrated_title_button_alignment: Right, | |
| integrated_title_button_style: Windows, | |
| integrated_title_button_color: Auto, | |
| font_dirs: [], | |
| color_scheme_dirs: [], | |
| dpi: None, | |
| font: TextStyle { | |
| font: [ | |
| FontAttributes { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| feature_code | country_code | country_name | |
|---|---|---|---|
| PCL | GG | Guernsey | |
| PCL | IM | Isle of Man | |
| PCL | JE | Jersey | |
| PCLD | AI | Anguilla | |
| PCLD | AX | Åland Islands | |
| PCLD | BM | Bermuda | |
| PCLD | BV | Bouvet Island | |
| PCLD | CC | Cocos [Keeling] Islands | |
| PCLD | CX | Christmas Island |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Create an empty dir which contains only the .zip file of your app | |
| # Copy this file to your app dir | |
| # Save it as `setup.sh` | |
| # Then run it via: | |
| # docker run --rm -it -p 3000:3000 --volume $PWD:/sandbox ruby:3.2.0-bullseye ./sandbox/setup.sh | |
| set -eux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Copy this file to your app dir | |
| # Save it as `setup.sh` | |
| # Then run it via: | |
| # docker run --rm -it -p 3000:3000 --volume $PWD:/app ruby:3.2.0-bullseye ./app/setup.sh | |
| set -eux | |
| apt update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [@Author::OALDERS/stale modules, build] checking for stale modules... | |
| [DZ] beginning to build WWW-Mechanize | |
| [@Author::OALDERS/Git::Contributors] multiple names with the same email found: you may want to use a .mailmap file (https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html#_mapping_authors) | |
| [@Author::OALDERS/StaticInstall] setting x_static_install to 1 | |
| [@Author::OALDERS/Git::Contributors] Warning: distribution has non-ascii characters in contributor names. META.json will be unparsable on perls <= 5.8.6 when JSON::PP is lower than 2.27300 | |
| [DZ] writing WWW-Mechanize in WWW-Mechanize-2.16 | |
| [@Author::OALDERS/CopyFilesFromBuild] Copied WWW-Mechanize-2.16/cpanfile to cpanfile | |
| [@Author::OALDERS/CopyFilesFromBuild] Copied WWW-Mechanize-2.16/LICENSE to LICENSE | |
| [@Author::OALDERS/CopyFilesFromBuild] Copied WWW-Mechanize-2.16/Makefile.PL to Makefile.PL | |
| [@Author::OALDERS/CopyFilesFromBuild] Copied WWW-Mechanize-2.16/META.json to META.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Trace - 5:25:10 PM] Sending request 'initialize - (0)'. | |
| Params: { | |
| "processId": 22655, | |
| "clientInfo": { | |
| "name": "Visual Studio Code", | |
| "version": "1.72.0" | |
| }, | |
| "locale": "en-us", | |
| "rootPath": "/Users/olaf/Documents/perl-scratch", | |
| "rootUri": "file:///Users/olaf/Documents/perl-scratch", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| # Mostly borrowed from Code::TidyAll::Plugin::PodSpell | |
| use 5.36.0; | |
| use Capture::Tiny qw( capture ); | |
| use FindBin (); | |
| use IPC::Run3 qw( run3 ); | |
| use Pod::Spell (); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Author: Olaf Alders <https://github.com/oalders> | |
| " Description: This file adds support for perlimports | |
| call ale#Set('perl_perlimports_executable', 'perlimports') | |
| function! ale_linters#perl#perlimports#Handle(buffer, lines) abort | |
| let l:pattern = '\(.\+\) at \(.\+\) line \(\d\+\)' | |
| let l:output = [] | |
| for l:match in ale#util#GetMatches(a:lines, l:pattern) |