Add check to Makefile to abort in a Windows environment (neither i3 nor unix sockets available)
Hopefully, this will stop CPAN Testers emails about failing tests on windows.
This commit is contained in:
@ -15,11 +15,11 @@ AnyEvent::I3 - communicate with the i3 window manager
|
||||
|
||||
=cut
|
||||
|
||||
our $VERSION = '0.05';
|
||||
our $VERSION = '0.06';
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Version 0.05
|
||||
Version 0.06
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
Reference in New Issue
Block a user