We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee9ab0 commit cc5f0b9Copy full SHA for cc5f0b9
.github/workflows/dashboard.yml
@@ -74,6 +74,9 @@ jobs:
74
env:
75
PERL5LIB: ${{ github.workspace }}/local/lib/perl5
76
COVER_VERBOSE: 1
77
+ AUTOMATED_TESTING: 1
78
+ NO_NETWORK_TESTING: 1
79
+ NONINTERACTIVE_TESTING: 1
80
working-directory: ${{ github.workspace }}
81
run: |
82
perl Makefile.PL
t/lib/MyLogger.pm
@@ -19,6 +19,10 @@ sub warn {
19
debug(@_);
20
}
21
22
+sub warn {
23
+ error(@_);
24
+}
25
+
26
sub debug {
27
my $self = shift;
28
0 commit comments