Skip to content

Commit

Permalink
Use master on Cygwin testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 6, 2024
1 parent 0c866d3 commit 6a4783f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: egor-tensin/setup-cygwin@master
with:
packages: perl perl-ExtUtils-MakeMaker make gcc-g++ libcrypt-devel libnsl-devel bash
- uses: actions/checkout@v4
- uses: actions/checkout@master
with:
submodules: recursive
- run: perl -V
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ WriteMakefile(
'meta-spec' => { version => 2 },
resources => {
repository => {
repository => 'https://github.com/nigelhorne/CGI-Info',
type => 'git',
url => 'git://github.com/nigelhorne/CGI-Info.git',
web => 'https://github.com/nigelhorne/CGI-Info',
repository => 'https://github.com/nigelhorne/CGI-Info',
}, bugtracker => {
mailto => 'bug-CGI-Info@rt.cpan.org'
url => 'https://github.com/nigelhorne/CGI-Info/issues',
# web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=CGI-Info',
web => 'https://github.com/nigelhorne/CGI-Info/issues',
url => 'https://github.com/nigelhorne/CGI-Info/issues',
mailto => 'bug-CGI-Info@rt.cpan.org'
}
},
},
Expand Down
19 changes: 0 additions & 19 deletions t/pod-spelling.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,7 @@ all_pod_files_spelling_ok();

__END__
AnnoCPAN
CGI
CPAN
CPANTS
FCGI
GPL
Init
ISPs
logdir
MetaCPAN
POSTing
RT
cgi
documentroot
http
https
params
param
stdin
tmpdir
Tmpdir
www
xml
iPad

0 comments on commit 6a4783f

Please sign in to comment.