Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 0 additions & 89 deletions .github/workflows/cygwin.yml

This file was deleted.

11 changes: 6 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
fail-fast: false
matrix:
cip:
- tag: static
- tag: "5.37"
- tag: "5.41"
bundled_cmd: 0
- tag: "5.36"
- tag: "5.40"
bundled_cmd: 1
- tag: "5.38"
bundled_cmd: 0
- tag: "5.36"
bundled_cmd: 0
- tag: "5.34"
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
ANYEVENT_FTP_BUNDLED_CMD: ${{ matrix.cip.bundled_cmd }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Bootstrap CIP
run: |
Expand All @@ -69,7 +70,7 @@ jobs:
cip cache-key

- name: Cache CPAN modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cip
key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}
Expand Down
65 changes: 0 additions & 65 deletions .github/workflows/macos.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CIP_TAG: static

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Bootstrap CIP
run: |
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/windows.yml

This file was deleted.

1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- Remove EV as a suggested prereq (gh#36)

0.19 2022-04-12 10:33:09 -0600
- Fix prereq on autodie (gh#33)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AnyEvent::FTP ![static](https://github.com/uperl/AnyEvent-FTP/workflows/static/badge.svg) ![linux](https://github.com/uperl/AnyEvent-FTP/workflows/linux/badge.svg) ![macos](https://github.com/uperl/AnyEvent-FTP/workflows/macos/badge.svg) ![windows](https://github.com/uperl/AnyEvent-FTP/workflows/windows/badge.svg) ![cygwin](https://github.com/uperl/AnyEvent-FTP/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/uperl/AnyEvent-FTP/workflows/msys2-mingw/badge.svg)
# AnyEvent::FTP ![static](https://github.com/uperl/AnyEvent-FTP/workflows/static/badge.svg) ![linux](https://github.com/uperl/AnyEvent-FTP/workflows/linux/badge.svg)

Simple asynchronous FTP client and server

Expand Down
9 changes: 2 additions & 7 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ github_user = uperl

workflow = static
workflow = linux
workflow = macos
workflow = windows
workflow = cygwin

diag_preamble = | $post_diag = sub {
diag_preamble = | use AnyEvent::FTP::Server::Context::FSRW;
Expand Down Expand Up @@ -64,15 +61,13 @@ remove = Path::Class::Dir
; optional for testing
remove = Data::HexDump

remove = EV

[Prereqs]
perl = 5.010
PerlIO::eol = 0
Path::Class = 0

[Prereqs / SuggestedPrereqs]
-relationship = recommends
EV = 0

[MetaNoIndex]
directory = example
directory = tools
Expand Down
2 changes: 0 additions & 2 deletions t/00_diag.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ eval { require 'Test/More.pm' };
my %modules;
my $post_diag;

BEGIN { eval q{ use EV; } }
$modules{$_} = $_ for qw(
AnyEvent
Capture::Tiny
EV
ExtUtils::MakeMaker
File::ShareDir::Dist
File::ShareDir::Install
Expand Down
Loading