Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| git clone git@github.com:perl-carton/carton.git | |
| cd carton/ | |
| perl -Ilib -MLWP::ConsoleLogger::Everywhere script/carton | |
| Installing modules using /Users/olafalders/Documents/github/carton/cpanfile | |
| GET http://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz | |
| .---------------------------------+--------------. | |
| | Request (before sending) Header | Value | | |
| +---------------------------------+--------------+ | |
| | User-Agent | Menlo/1.9019 | |
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
| git branch -m master main | |
| git fetch origin | |
| git branch -u origin/main main | |
| git remote set-head origin -a |
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 | |
| use strict; | |
| use warnings; | |
| require Class::Unload; | |
| require Import::Into; | |
| Class::Unload->unload('Import::Into'); |
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
| 2021/03/02 19:00:22 W release: META file (/tmp/tempMeGTl/libapreq2-2.15/META.yml) could not be loaded: Failed to upconvert metadata to 1.2. Errors: | |
| Missing mandatory field, 'file' (provides -> APR::Request::Param -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> APR::Request -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> APR::Request::CGI -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> Apache2::Upload -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> APR::Request::Apache2 -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> Apache2::Cookie -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> APR::Request::Error -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> Apache2::Request -> file) [Validation: 1.2] | |
| Missing mandatory field, 'file' (provides -> APR::Request::Cookie -> file) [Validation: 1.2] |
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
| http://nginx.org/en/docs/http/request_processing.html | |
| # nginx first searches for the most specific prefix | |
| # location given by literal strings regardless of the | |
| # listed order. In the example configuration the only prefix | |
| # location is ''/'�~] and since it matches any request it will | |
| # be used as a last resort. Then nginx checks locations | |
| # given by regular expression in the order listed in the | |
| # configuration file. The first matching expression stops | |
| # the search and nginx will use this location. If no regular |
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
| Deutsch-kanadischer Krümelkuchen | |
| Zutaten: | |
| 3 Tassen Mehl | |
| Eine 3/4 Tasse Zucker | |
| 2 Eier | |
| 1/2 Päckchen (in Kanada = 227 g) ungesalzene Butter | |
| 2 Teelöffel Backpulver | |
| 1 Teelöffel Vanille-Extrakt oder ein Päckchen Vanille-Zucker | |
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
| The following report has been written by the PAUSE namespace indexer. | |
| Please contact modules@perl.org if there are any open questions. | |
| User: OALDERS (Olaf Alders) | |
| Distribution file: libwww-perl-6.46.tar.gz | |
| Number of files: 99 | |
| *.pm files: 23 | |
| README: libwww-perl-6.46/README.SSL | |
| META-File: libwww-perl-6.46/META.json | |
| META-Parser: Parse::CPAN::Meta 1.4414 |
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
| The following report has been written by the PAUSE namespace indexer. | |
| Please contact modules@perl.org if there are any open questions. | |
| User: OALDERS (Olaf Alders) | |
| Distribution file: WWW-YouTube-Download-0.63.tar.gz | |
| Number of files: 44 | |
| *.pm files: 1 | |
| README: WWW-YouTube-Download-0.63/README.md | |
| META-File: WWW-YouTube-Download-0.63/META.json | |
| META-Parser: Parse::CPAN::Meta 1.4414 |
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
| Could not find sub 'File' exported by Types::Standard at /home/metacpan/metacpan-api/bin/../lib/MetaCPAN/Script/Snapshot.pm line 12. | |
| BEGIN failed--compilation aborted at /home/metacpan/metacpan-api/bin/../lib/MetaCPAN/Script/Snapshot.pm line 12. | |
| Compilation failed in require at /home/metacpan/carton/metacpan-api/lib/perl5/Module/Runtime.pm line 314. |