diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9248cdc..d0b4091 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,7 +35,7 @@ jobs: - name: Install Socket::MsgHdr (optional) run: "curl -L https://cpanmin.us | perl - --notest Socket::MsgHdr ||:" - name: Install Dependencies - run: curl -L https://cpanmin.us | perl - --notest --installdeps . + run: curl -L https://cpanmin.us | perl - --notest --installdeps --with-configure . - name: perl Makefile.PL run: perl Makefile.PL - name: make diff --git a/Changes b/Changes index 9563c9f..758fcf0 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl module Protocol::DBus -0.20 +0.20 Wed 13 Apr 2022 - Make unexpected socket shutdowns & errors trigger promise rejections. (Previously the promises never settled.) diff --git a/MANIFEST b/MANIFEST index e0855b6..0d8d83f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,6 +3,7 @@ LICENSE MANIFEST Makefile.PL README.md +cpanfile examples/anyevent.pl examples/anyevent_monitor.pl examples/credentials.pl diff --git a/lib/Protocol/DBus.pm b/lib/Protocol/DBus.pm index 8d615b8..1976cdd 100644 --- a/lib/Protocol/DBus.pm +++ b/lib/Protocol/DBus.pm @@ -3,7 +3,7 @@ package Protocol::DBus; use strict; use warnings; -our $VERSION = '0.20_02'; +our $VERSION = '0.20'; =encoding utf8